Struct google_adsense1d4::Alert [] [src]

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

There is no detailed description.

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

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

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

Whether this alert can be dismissed.

The localized alert message.

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

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.

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.

impl Resource for Alert
[src]