Class: Google::Cloud::Channel::V1::ListEntitlementsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListEntitlementsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListEntitlements.
Instance Attribute Summary collapse
-
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
The reseller customer's entitlements.
-
#next_page_token ⇒ ::String
A token to list the next page of results.
Instance Attribute Details
#entitlements ⇒ ::Array<::Google::Cloud::Channel::V1::Entitlement>
Returns The reseller customer's entitlements.
278 279 280 281 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 278 class ListEntitlementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to list the next page of results. Pass to ListEntitlementsRequest.page_token to obtain that page.
278 279 280 281 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 278 class ListEntitlementsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |