class Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest

Request Message for UnregisterSubscriber.

Attributes

service_account[RW]

Required. Service account to unregister from subscriber access to the topic. Corresponds to the JSON property `serviceAccount` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 2361
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 2366
def update!(**args)
  @service_account = args[:service_account] if args.key?(:service_account)
end