Struct google_manufacturers1::Issue[][src]

pub struct Issue {
    pub attribute: Option<String>,
    pub type_: Option<String>,
    pub description: Option<String>,
    pub severity: Option<String>,
    pub timestamp: Option<String>,
}

Product issue.

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

Fields

If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.

The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.

Description of the issue.

The severity of the issue.

The timestamp when this issue appeared.

Trait Implementations

impl Default for Issue
[src]

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

impl Clone for Issue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Issue
[src]

Formats the value using the given formatter. Read more

impl Part for Issue
[src]

Auto Trait Implementations

impl Send for Issue

impl Sync for Issue