Struct google_content2::ProductStatusItemLevelIssue[][src]

pub struct ProductStatusItemLevelIssue {
    pub code: Option<String>,
    pub description: Option<String>,
    pub destination: Option<String>,
    pub attribute_name: Option<String>,
    pub detail: Option<String>,
    pub servability: Option<String>,
    pub resolution: Option<String>,
    pub documentation: 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 destination the issue applies to.

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

A detailed issue description in English.

How this issue affects serving of the offer.

Whether the issue can be resolved by the merchant.

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

Trait Implementations

impl Default for ProductStatusItemLevelIssue
[src]

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

impl Clone for ProductStatusItemLevelIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductStatusItemLevelIssue
[src]

Formats the value using the given formatter. Read more

impl Part for ProductStatusItemLevelIssue
[src]

Auto Trait Implementations