Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEntitlementsResponse

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

Response message for CloudChannelService.TransferEntitlements. This is put in the response field of google.longrunning.Operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1TransferEntitlementsResponse

Returns a new instance of GoogleCloudChannelV1TransferEntitlementsResponse.



3342
3343
3344
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3342

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

Instance Attribute Details

#entitlementsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>

The transferred entitlements. Corresponds to the JSON property entitlements



3340
3341
3342
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3340

def entitlements
  @entitlements
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3347
3348
3349
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3347

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