Class: Google::Apis::ContentV2_1::DatafeedsCustomBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::DatafeedsCustomBatchRequest
- 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::DatafeedsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DatafeedsCustomBatchRequest
constructor
A new instance of DatafeedsCustomBatchRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DatafeedsCustomBatchRequest
Returns a new instance of DatafeedsCustomBatchRequest.
2176 2177 2178 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 2176 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2_1::DatafeedsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
2174 2175 2176 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 2174 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2181 2182 2183 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 2181 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |