Struct google_manufacturers1::Attributes [] [src]

pub struct Attributes {
    pub product_line: Option<String>,
    pub title: Option<String>,
    pub mpn: Option<String>,
    pub brand: Option<String>,
    pub product_name: Option<String>,
    pub product_page_url: Option<String>,
    pub gtin: Option<Vec<String>>,
    pub product_type: Option<Vec<String>>,
}

Attributes of the product. For more information, see https://support.google.com/manufacturers/answer/6124116.

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

Fields

The name of the group of products related to the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productline.

The title of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#title.

The Manufacturer Part Number (MPN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#mpn.

The brand name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#brand.

The canonical name of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productname.

The URL of the manufacturer's detail page of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productpage.

The Global Trade Item Number (GTIN) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#gtin.

The manufacturer's category of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#producttype.

Trait Implementations

impl Debug for Attributes
[src]

Formats the value using the given formatter.

impl Clone for Attributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Attributes
[src]

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

impl Part for Attributes
[src]