class Google::Apis::ContentV2_1::DatafeedsCustomBatchRequest

Attributes

entries[RW]

The request entries to be processed in the batch. Corresponds to the JSON property `entries` @return [Array<Google::Apis::ContentV2_1::DatafeedsCustomBatchRequestEntry>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 2647
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 2652
def update!(**args)
  @entries = args[:entries] if args.key?(:entries)
end