Class: Google::Apis::AnalyticsreportingV4::GetReportsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/analyticsreporting_v4/classes.rb,
generated/google/apis/analyticsreporting_v4/representations.rb,
generated/google/apis/analyticsreporting_v4/representations.rb

Overview

The batch request containing multiple report request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GetReportsRequest

Returns a new instance of GetReportsRequest



252
253
254
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 252

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#report_requestsArray<Google::Apis::AnalyticsreportingV4::ReportRequest>

Requests, each request will have a separate response. There can be a maximum of 5 requests. All requests should have the same dateRanges, viewId, segments, samplingLevel, and cohortGroup. Corresponds to the JSON property reportRequests



250
251
252
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 250

def report_requests
  @report_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



257
258
259
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 257

def update!(**args)
  @report_requests = args[:report_requests] if args.key?(:report_requests)
end