class Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberResponse
Response Message for UnregisterSubscriber.
Attributes
topic[RW]
Name of the topic the service account subscriber access was removed from. 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 2380 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 2385 def update!(**args) @topic = args[:topic] if args.key?(:topic) end