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.



715
716
717
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 715

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



713
714
715
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 713

def report_requests
  @report_requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



720
721
722
# File 'generated/google/apis/analyticsreporting_v4/classes.rb', line 720

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