Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest

Inherits:
Object
  • Object
show all
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

Request Message for UnregisterSubscriber.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1UnregisterSubscriberRequest

Returns a new instance of GoogleCloudChannelV1UnregisterSubscriberRequest.



3639
3640
3641
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3639

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#integratorString

Optional. Resource name of the integrator. Corresponds to the JSON property integrator

Returns:

  • (String)


3632
3633
3634
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3632

def integrator
  @integrator
end

#service_accountString

Required. Service account to unregister from subscriber access to the topic. Corresponds to the JSON property serviceAccount

Returns:

  • (String)


3637
3638
3639
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3637

def 
  @service_account
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3644
3645
3646
3647
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3644

def update!(**args)
  @integrator = args[:integrator] if args.key?(:integrator)
  @service_account = args[:service_account] if args.key?(:service_account)
end