Class: Google::Cloud::Channel::V1::ListEntitlementChangesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_changes::Array<::Google::Cloud::Channel::V1::EntitlementChange>

Returns The list of entitlement changes.

Returns:



1629
1630
1631
1632
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1629

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.

Returns:

  • (::String)

    A token to list the next page of results.



1629
1630
1631
1632
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1629

class ListEntitlementChangesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end