Class: Google::Apis::ContentV2_1::OrdersCreateTestOrderResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrdersCreateTestOrderResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/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.
Constructor Details
#initialize(**args) ⇒ OrdersCreateTestOrderResponse
Returns a new instance of OrdersCreateTestOrderResponse.
7959 7960 7961 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7959 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
7952 7953 7954 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7952 def kind @kind end |
#order_id ⇒ String
The ID of the newly created test order.
Corresponds to the JSON property orderId
7957 7958 7959 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7957 def order_id @order_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7964 7965 7966 7967 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 7964 def update!(**args) @kind = args[:kind] if args.key?(:kind) @order_id = args[:order_id] if args.key?(:order_id) end |