Struct google_analyticsreporting4::GetReportsRequest[][src]

pub struct GetReportsRequest {
    pub report_requests: Option<Vec<ReportRequest>>,
    pub use_resource_quotas: Option<bool>,
}

The batch request containing multiple report request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

Enables resource based quotas, (defaults to False). If this field is set to True the per view (profile) quotas are governed by the computational cost of the request. Note that using cost based quotas will higher enable sampling rates. (10 Million for SMALL, 100M for LARGE. See the limits and quotas documentation for details.

Trait Implementations

impl Default for GetReportsRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for GetReportsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetReportsRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GetReportsRequest
[src]

Auto Trait Implementations