Class: Google::Apis::ContentV2sandbox::OrdersCreateTestReturnRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2sandbox::OrdersCreateTestReturnRequest
- Defined in:
- generated/google/apis/content_v2sandbox/classes.rb,
generated/google/apis/content_v2sandbox/representations.rb,
generated/google/apis/content_v2sandbox/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::ContentV2sandbox::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
1986 1987 1988 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1986 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ContentV2sandbox::OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
Returned items.
Corresponds to the JSON property items
1984 1985 1986 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1984 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1991 1992 1993 |
# File 'generated/google/apis/content_v2sandbox/classes.rb', line 1991 def update!(**args) @items = args[:items] if args.key?(:items) end |