Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberResponse
- 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 RegisterSubscriber.
Instance Attribute Summary collapse
-
#topic ⇒ String
Name of the topic the subscriber will listen to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1RegisterSubscriberResponse
constructor
A new instance of GoogleCloudChannelV1RegisterSubscriberResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1RegisterSubscriberResponse
Returns a new instance of GoogleCloudChannelV1RegisterSubscriberResponse.
2773 2774 2775 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2773 def initialize(**args) update!(**args) end |
Instance Attribute Details
#topic ⇒ String
Name of the topic the subscriber will listen to.
Corresponds to the JSON property topic
2771 2772 2773 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2771 def topic @topic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2778 2779 2780 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2778 def update!(**args) @topic = args[:topic] if args.key?(:topic) end |