Struct google_dfareporting2d6::AccountActiveAdSummary [] [src]

pub struct AccountActiveAdSummary {
    pub available_ads: Option<String>,
    pub kind: Option<String>,
    pub account_id: Option<String>,
    pub active_ads: Option<String>,
    pub active_ads_limit_tier: Option<String>,
}

Gets a summary of active ads in an account.

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

Ads that can be activated for the account.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".

ID of the account.

Ads that have been activated for the account

Maximum number of active ads allowed for the account.

Trait Implementations

impl Default for AccountActiveAdSummary
[src]

[src]

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

impl Clone for AccountActiveAdSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccountActiveAdSummary
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for AccountActiveAdSummary
[src]