Class: Google::Apis::ContentV2_1::ProductsCustomBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ProductsCustomBatchRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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
-
#entries ⇒ Array<Google::Apis::ContentV2_1::ProductsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProductsCustomBatchRequest
constructor
A new instance of ProductsCustomBatchRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProductsCustomBatchRequest
Returns a new instance of ProductsCustomBatchRequest.
10112 10113 10114 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10112 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2_1::ProductsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
10110 10111 10112 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10110 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10117 10118 10119 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 10117 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |