Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Response Message for UnregisterSubscriber.
Instance Attribute Summary collapse
-
#topic ⇒ String
Name of the topic the service account subscriber access was removed from.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1UnregisterSubscriberResponse
constructor
A new instance of GoogleCloudChannelV1UnregisterSubscriberResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1UnregisterSubscriberResponse
Returns a new instance of GoogleCloudChannelV1UnregisterSubscriberResponse.
2321 2322 2323 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2321 def initialize(**args) update!(**args) end |
Instance Attribute Details
#topic ⇒ String
Name of the topic the service account subscriber access was removed from.
Corresponds to the JSON property topic
2319 2320 2321 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2319 def topic @topic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2326 2327 2328 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2326 def update!(**args) @topic = args[:topic] if args.key?(:topic) end |