class Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEntitlementsResponse

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

Attributes

entitlements[RW]

The transferred entitlements. Corresponds to the JSON property `entitlements` @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Entitlement>]

Public Class Methods

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