Struct google_content2::AccountStatusStatistics[][src]

pub struct AccountStatusStatistics {
    pub active: Option<String>,
    pub expiring: Option<String>,
    pub disapproved: Option<String>,
    pub pending: Option<String>,
}

There is no detailed description.

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

Fields

Number of active offers.

Number of expiring offers.

Number of disapproved offers.

Number of pending offers.

Trait Implementations

impl Default for AccountStatusStatistics
[src]

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

impl Clone for AccountStatusStatistics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusStatistics
[src]

Formats the value using the given formatter. Read more

impl Part for AccountStatusStatistics
[src]

Auto Trait Implementations