Struct google_content2::AccountStatusProducts[][src]

pub struct AccountStatusProducts {
    pub country: Option<String>,
    pub item_level_issues: Option<Vec<AccountStatusItemLevelIssue>>,
    pub destination: Option<String>,
    pub channel: Option<String>,
    pub statistics: Option<AccountStatusStatistics>,
}

There is no detailed description.

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

Fields

The country the data applies to.

List of item-level issues.

The destination the data applies to.

The channel the data applies to.

Aggregated product statistics.

Trait Implementations

impl Default for AccountStatusProducts
[src]

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

impl Clone for AccountStatusProducts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusProducts
[src]

Formats the value using the given formatter. Read more

impl Part for AccountStatusProducts
[src]

Auto Trait Implementations