Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns The token for fetching the next page.

Returns:

  • (::String)

    The token for fetching the next page.



114
115
116
117
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 114

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

#orders::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::Order>

Returns The list of orders in this response.

Returns:



114
115
116
117
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 114

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