Struct google_analyticsreporting4::GetReportsResponse[][src]

pub struct GetReportsResponse {
    pub query_cost: Option<i32>,
    pub reports: Option<Vec<Report>>,
    pub resource_quotas_remaining: Option<ResourceQuotasRemaining>,
}

The main response class which holds the reports from the Reporting API batchGet call.

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

The amount of resource quota tokens deducted to execute the query. Includes all responses.

Responses corresponding to each of the request.

The amount of resource quota remaining for the property.

Trait Implementations

impl Default for GetReportsResponse
[src]

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

impl Clone for GetReportsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetReportsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GetReportsResponse
[src]

Auto Trait Implementations