Struct google_adexchangeseller2::Alert[][src]

pub struct Alert {
    pub id: Option<String>,
    pub kind: Option<String>,
    pub type_: Option<String>,
    pub message: Option<String>,
    pub severity: Option<String>,
}

There is no detailed description.

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

Fields

Unique identifier of this alert. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.

Kind of resource this is, in this case adexchangeseller#alert.

Type of this alert. Possible values: SELF_HOLD, MIGRATED_TO_BILLING3, ADDRESS_PIN_VERIFICATION, PHONE_PIN_VERIFICATION, CORPORATE_ENTITY, GRAYLISTED_PUBLISHER, API_HOLD.

The localized alert message.

Severity of this alert. Possible values: INFO, WARNING, SEVERE.

Trait Implementations

impl Default for Alert
[src]

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

impl Clone for Alert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Alert
[src]

Formats the value using the given formatter. Read more

impl Part for Alert
[src]

Auto Trait Implementations

impl Send for Alert

impl Sync for Alert