Struct google_admin1_reports::UsageReports [] [src]

pub struct UsageReports {
    pub next_page_token: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub usage_reports: Option<Vec<UsageReport>>,
    pub warnings: Option<Vec<UsageReportsWarnings>>,
}

JSON template for a collection of usage reports.

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

Token for retrieving the next page

The kind of object.

ETag of the resource.

Various application parameter records.

Warnings if any.

Trait Implementations

impl Default for UsageReports
[src]

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

impl Clone for UsageReports
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsageReports
[src]

Formats the value using the given formatter.

impl ResponseResult for UsageReports
[src]