Class: Google::Apis::ContentV2_1::ShippingsettingsCustomBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::ShippingsettingsCustomBatchRequest
- 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::ShippingsettingsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ShippingsettingsCustomBatchRequest
constructor
A new instance of ShippingsettingsCustomBatchRequest.
-
#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) ⇒ ShippingsettingsCustomBatchRequest
Returns a new instance of ShippingsettingsCustomBatchRequest
8411 8412 8413 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 8411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2_1::ShippingsettingsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
8409 8410 8411 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 8409 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8416 8417 8418 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 8416 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |