Class: Google::Apis::ContentV2::OrdersCreateTestOrderResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersCreateTestOrderResponse
- 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_id ⇒ String
The ID of the newly created test order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersCreateTestOrderResponse
constructor
A new instance of OrdersCreateTestOrderResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrdersCreateTestOrderResponse
Returns a new instance of OrdersCreateTestOrderResponse
3467 3468 3469 |
# File 'generated/google/apis/content_v2/classes.rb', line 3467 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersCreateTestOrderResponse".
Corresponds to the JSON property kind
3460 3461 3462 |
# File 'generated/google/apis/content_v2/classes.rb', line 3460 def kind @kind end |
#order_id ⇒ String
The ID of the newly created test order.
Corresponds to the JSON property orderId
3465 3466 3467 |
# File 'generated/google/apis/content_v2/classes.rb', line 3465 def order_id @order_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3472 3473 3474 3475 |
# File 'generated/google/apis/content_v2/classes.rb', line 3472 def update!(**args) @kind = args[:kind] if args.key?(:kind) @order_id = args[:order_id] if args.key?(:order_id) end |