Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListEntitlementsResponse.
Response message for CloudChannelService.ListEntitlements.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entitlements
def entitlements() -> ::Array<::Google::Cloud::Channel::V1::Entitlement>
Returns
- (::Array<::Google::Cloud::Channel::V1::Entitlement>) — The reseller customer's entitlements.
#entitlements=
def entitlements=(value) -> ::Array<::Google::Cloud::Channel::V1::Entitlement>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::Entitlement>) — The reseller customer's entitlements.
Returns
- (::Array<::Google::Cloud::Channel::V1::Entitlement>) — The reseller customer's entitlements.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
Returns
- (::String) — A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.