Class: Google::Apis::ContentV2::OrdersGetByMerchantOrderIdResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersGetByMerchantOrderIdResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#order ⇒ Google::Apis::ContentV2::Order
Order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersGetByMerchantOrderIdResponse
constructor
A new instance of OrdersGetByMerchantOrderIdResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersGetByMerchantOrderIdResponse
Returns a new instance of OrdersGetByMerchantOrderIdResponse.
7086 7087 7088 |
# File 'generated/google/apis/content_v2/classes.rb', line 7086 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersGetByMerchantOrderIdResponse".
Corresponds to the JSON property kind
7078 7079 7080 |
# File 'generated/google/apis/content_v2/classes.rb', line 7078 def kind @kind end |
#order ⇒ Google::Apis::ContentV2::Order
Order. Production access (all methods) requires the order manager role.
Sandbox access does not.
Corresponds to the JSON property order
7084 7085 7086 |
# File 'generated/google/apis/content_v2/classes.rb', line 7084 def order @order end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7091 7092 7093 7094 |
# File 'generated/google/apis/content_v2/classes.rb', line 7091 def update!(**args) @kind = args[:kind] if args.key?(:kind) @order = args[:order] if args.key?(:order) end |