Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1UnregisterSubscriberRequest
- 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
-
#service_account ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1UnregisterSubscriberRequest
constructor
A new instance of GoogleCloudChannelV1UnregisterSubscriberRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1UnregisterSubscriberRequest
Returns a new instance of GoogleCloudChannelV1UnregisterSubscriberRequest.
2304 2305 2306 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2304 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_account ⇒ String
Required. Service account which will be unregistered from getting subscriber
access to the topic.
Corresponds to the JSON property serviceAccount
2302 2303 2304 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2302 def service_account @service_account end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2309 2310 2311 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2309 def update!(**args) @service_account = args[:service_account] if args.key?(:service_account) end |