Struct google_admin1_reports::UsageReport[][src]

pub struct UsageReport {
    pub date: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub parameters: Option<Vec<UsageReportParameters>>,
    pub entity: Option<UsageReportEntity>,
}

JSON template for a usage report.

This type is not used in any activity, and only used as part of another schema.

Fields

The date to which the record belongs.

The kind of object.

ETag of the resource.

Parameter value pairs for various applications.

Information about the type of the item.

Trait Implementations

impl Default for UsageReport
[src]

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

impl Clone for UsageReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsageReport
[src]

Formats the value using the given formatter. Read more

impl Part for UsageReport
[src]

Auto Trait Implementations

impl Send for UsageReport

impl Sync for UsageReport