class Google::Apis::CloudchannelV1::GoogleCloudChannelV1RegisterSubscriberResponse

Response Message for RegisterSubscriber.

Attributes

topic[RW]

Name of the topic the subscriber will listen to. Corresponds to the JSON property `topic` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1977
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudchannel_v1/classes.rb, line 1982
def update!(**args)
  @topic = args[:topic] if args.key?(:topic)
end