Class: Google::Apis::ContentV2::OrdersCreateTestReturnRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersCreateTestReturnRequest
- 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
-
#items ⇒ Array<Google::Apis::ContentV2::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
6027 6028 6029 |
# File 'generated/google/apis/content_v2/classes.rb', line 6027 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ContentV2::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
Returned items.
Corresponds to the JSON property items
6025 6026 6027 |
# File 'generated/google/apis/content_v2/classes.rb', line 6025 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6032 6033 6034 |
# File 'generated/google/apis/content_v2/classes.rb', line 6032 def update!(**args) @items = args[:items] if args.key?(:items) end |