GoogleApi.AnalyticsData.V1alpha.Model.BatchRunPivotReportsRequest (google_api_analytics_data v0.2.0) View Source
The batch request containing multiple pivot report requests.
Attributes
-
entity
(type:GoogleApi.AnalyticsData.V1alpha.Model.Entity.t
, default:nil
) - A property whose events are tracked. This entity must be specified for the batch. The entity within RunPivotReportRequest may either be unspecified or consistent with this entity. -
requests
(type:list(GoogleApi.AnalyticsData.V1alpha.Model.RunPivotReportRequest.t)
, default:nil
) - Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AnalyticsData.V1alpha.Model.BatchRunPivotReportsRequest{ entity: GoogleApi.AnalyticsData.V1alpha.Model.Entity.t(), requests: [GoogleApi.AnalyticsData.V1alpha.Model.RunPivotReportRequest.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.