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.
3621 3622 3623 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3621 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
3619 3620 3621 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3619 def topic @topic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3626 3627 3628 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3626 def update!(**args) @topic = args[:topic] if args.key?(:topic) end |