Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1ListEntitlementsResponse

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.ListEntitlements.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1ListEntitlementsResponse

Returns a new instance of GoogleCloudChannelV1ListEntitlementsResponse.



965
966
967
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 965

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

Instance Attribute Details

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

The entitlements belonging to the reseller's customer. Corresponds to the JSON property entitlements



957
958
959
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 957

def entitlements
  @entitlements
end

#next_page_tokenString

A token to List next page of results. Pass to ListEntitlementsRequest. page_token to obtain that page. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


963
964
965
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 963

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



970
971
972
973
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 970

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