Class: Google::Apis::ContentV2::PosCustomBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::PosCustomBatchRequest
- Defined in:
- generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::ContentV2::PosCustomBatchRequestEntry>
The request entries to be processed in the batch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PosCustomBatchRequest
constructor
A new instance of PosCustomBatchRequest.
-
#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) ⇒ PosCustomBatchRequest
Returns a new instance of PosCustomBatchRequest
7725 7726 7727 |
# File 'generated/google/apis/content_v2/classes.rb', line 7725 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2::PosCustomBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
7723 7724 7725 |
# File 'generated/google/apis/content_v2/classes.rb', line 7723 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7730 7731 7732 |
# File 'generated/google/apis/content_v2/classes.rb', line 7730 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |