Struct google_content2::AccountStatusAccountLevelIssue[][src]

pub struct AccountStatusAccountLevelIssue {
    pub country: Option<String>,
    pub detail: Option<String>,
    pub id: Option<String>,
    pub severity: Option<String>,
    pub title: Option<String>,
}

There is no detailed description.

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

Fields

Country for which this issue is reported.

Additional details about the issue.

Issue identifier.

Severity of the issue.

Short description of the issue.

Trait Implementations

impl Default for AccountStatusAccountLevelIssue
[src]

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

impl Clone for AccountStatusAccountLevelIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusAccountLevelIssue
[src]

Formats the value using the given formatter. Read more

impl Part for AccountStatusAccountLevelIssue
[src]

Auto Trait Implementations