Struct google_adexchangeseller2::Alerts[][src]

pub struct Alerts {
    pub items: Option<Vec<Alert>>,
    pub kind: 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

The alerts returned in this list response.

Kind of list this is, in this case adexchangeseller#alerts.

Trait Implementations

impl Default for Alerts
[src]

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

impl Clone for Alerts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Alerts
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Alerts
[src]

Auto Trait Implementations

impl Send for Alerts

impl Sync for Alerts