class Google::Apis::AnalyticsdataV1beta::BatchRunPivotReportsRequest

The batch request containing multiple pivot report requests.

Attributes

requests[RW]

Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests. Corresponds to the JSON property `requests` @return [Array<Google::Apis::AnalyticsdataV1beta::RunPivotReportRequest>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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