Class: Google::Apis::ContentV2_1::AccountsCustomBatchRequest
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::AccountsCustomBatchRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#entries ⇒ Array<Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AccountsCustomBatchRequest
constructor
A new instance of AccountsCustomBatchRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AccountsCustomBatchRequest
Returns a new instance of AccountsCustomBatchRequest.
940 941 942 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 940 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entries ⇒ Array<Google::Apis::ContentV2_1::AccountsCustomBatchRequestEntry>
The request entries to be processed in the batch.
Corresponds to the JSON property entries
938 939 940 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 938 def entries @entries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
945 946 947 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 945 def update!(**args) @entries = args[:entries] if args.key?(:entries) end |