Struct google_content2::AccountStatusDataQualityIssue[][src]

pub struct AccountStatusDataQualityIssue {
    pub displayed_value: Option<String>,
    pub severity: Option<String>,
    pub last_checked: Option<String>,
    pub country: Option<String>,
    pub destination: Option<String>,
    pub detail: Option<String>,
    pub submitted_value: Option<String>,
    pub num_items: Option<u32>,
    pub location: Option<String>,
    pub id: Option<String>,
    pub example_items: Option<Vec<AccountStatusExampleItem>>,
}

There is no detailed description.

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

Fields

Actual value displayed on the landing page.

Severity of the problem.

Last time the account was checked for this issue.

Country for which this issue is reported.

The destination the issue applies to.

A more detailed description of the issue.

Submitted value that causes the issue.

Number of items in the account found to have the said issue.

The attribute name that is relevant for the issue.

Issue identifier.

Example items featuring the issue.

Trait Implementations

impl Default for AccountStatusDataQualityIssue
[src]

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

impl Clone for AccountStatusDataQualityIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusDataQualityIssue
[src]

Formats the value using the given formatter. Read more

impl Part for AccountStatusDataQualityIssue
[src]

Auto Trait Implementations