Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb
Overview
Response message for ConsumerProcurementService.ListOrders.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token for fetching the next page.
-
#orders ⇒ ::Array<::Google::Cloud::Commerce::Consumer::Procurement::V1::Order>
The list of orders in this response.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
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 |