Struct google_content2::AccountStatusItemLevelIssue[][src]

pub struct AccountStatusItemLevelIssue {
    pub code: Option<String>,
    pub description: Option<String>,
    pub documentation: Option<String>,
    pub attribute_name: Option<String>,
    pub detail: Option<String>,
    pub num_items: Option<String>,
    pub servability: Option<String>,
    pub resolution: Option<String>,
}

There is no detailed description.

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

Fields

The error code of the issue.

A short issue description in English.

The URL of a web page to help with resolving this issue.

The attribute's name, if the issue is caused by a single attribute.

A detailed issue description in English.

Number of items with this issue.

How this issue affects serving of the offer.

Whether the issue can be resolved by the merchant.

Trait Implementations

impl Default for AccountStatusItemLevelIssue
[src]

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

impl Clone for AccountStatusItemLevelIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusItemLevelIssue
[src]

Formats the value using the given formatter. Read more

impl Part for AccountStatusItemLevelIssue
[src]

Auto Trait Implementations