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
5156 5157 5158 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5156 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ContentV2_1::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
Returned items.
Corresponds to the JSON property items
5154 5155 5156 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5154 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5161 5162 5163 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 5161 def update!(**args) @items = args[:items] if args.key?(:items) end |