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

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

#name::String

Returns Required. The name of the order to retrieve.

Returns:

  • (::String)

    Required. The name of the order to retrieve.



64
65
66
67
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 64

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