Struct google_manufacturers1::Issue[][src]

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

Product issue.

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

Fields

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

Longer description of the issue focused on how to resolve it.

Short title describing the nature of the issue.

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

The destination this issue applies to.

The timestamp when this issue appeared.

What needs to happen to resolve the issue.

The severity of the issue.

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