Struct google_admin1_reports::UsageReportsWarnings[][src]

pub struct UsageReportsWarnings {
    pub message: Option<String>,
    pub code: Option<String>,
    pub data: Option<Vec<UsageReportsWarningsData>>,
}

Warnings if any.

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

Fields

Human readable message for the warning.

Machine readable code / warning type.

Key-Value pairs to give detailed information on the warning.

Trait Implementations

impl Default for UsageReportsWarnings
[src]

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

impl Clone for UsageReportsWarnings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsageReportsWarnings
[src]

Formats the value using the given formatter. Read more

impl NestedType for UsageReportsWarnings
[src]

impl Part for UsageReportsWarnings
[src]

Auto Trait Implementations