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 to which 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.
1924 1925 1926 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1924 def initialize(**args) update!(**args) end |
Instance Attribute Details
#topic ⇒ String
Name of the topic to which the subscriber will listen to.
Corresponds to the JSON property topic
1922 1923 1924 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1922 def topic @topic end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1929 1930 1931 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1929 def update!(**args) @topic = args[:topic] if args.key?(:topic) end |