class Google::Apis::AnalyticsdataV1beta::BatchRunReportsRequest
The batch request containing multiple report requests.
Attributes
requests[RW]
Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests. Corresponds to the JSON property `requests` @return [Array<Google::Apis::AnalyticsdataV1beta::RunReportRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/analyticsdata_v1beta/classes.rb, line 82 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 87 def update!(**args) @requests = args[:requests] if args.key?(:requests) end