Struct google_admin1_reports::UsageReportsWarningsData[][src]

pub struct UsageReportsWarningsData {
    pub key: Option<String>,
    pub value: Option<String>,
}

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

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

Fields

Key associated with a key-value pair to give detailed information on the warning.

Value associated with a key-value pair to give detailed information on the warning.

Trait Implementations

impl Default for UsageReportsWarningsData
[src]

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

impl Clone for UsageReportsWarningsData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsageReportsWarningsData
[src]

Formats the value using the given formatter. Read more

impl NestedType for UsageReportsWarningsData
[src]

impl Part for UsageReportsWarningsData
[src]

Auto Trait Implementations