Struct google_manufacturers1::Issue [] [src]

pub struct Issue {
    pub attribute: Option<String>,
    pub type_: Option<String>,
    pub severity: Option<String>,
    pub description: 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.

The severity of the issue.

Description of the issue.

Trait Implementations

impl Debug for Issue
[src]

Formats the value using the given formatter.

impl Clone for Issue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Issue
[src]

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

impl Part for Issue
[src]