Class: Google::Cloud::Channel::V1::ListEntitlementChangesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListEntitlementChangesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for CloudChannelService.ListEntitlementChanges
Instance Attribute Summary collapse
-
#entitlement_changes ⇒ ::Array<::Google::Cloud::Channel::V1::EntitlementChange>
The list of entitlement changes.
-
#next_page_token ⇒ ::String
A token to list the next page of results.
Instance Attribute Details
#entitlement_changes ⇒ ::Array<::Google::Cloud::Channel::V1::EntitlementChange>
Returns The list of entitlement changes.
1645 1646 1647 1648 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1645 class ListEntitlementChangesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to list the next page of results.
1645 1646 1647 1648 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1645 class ListEntitlementChangesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |