Class: Google::Apis::ContentV2_1::OrdersCreateTestReturnRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrdersCreateTestReturnRequest
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
Returned items.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersCreateTestReturnRequest
constructor
A new instance of OrdersCreateTestReturnRequest.
-
#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) ⇒ OrdersCreateTestReturnRequest
Returns a new instance of OrdersCreateTestReturnRequest
5325 5326 5327 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5325 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
Returned items.
Corresponds to the JSON property items
5323 5324 5325 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5323 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5330 5331 5332 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5330 def update!(**args) @items = args[:items] if args.key?(:items) end |