Struct google_manufacturers1::Attributes[][src]

pub struct Attributes {
    pub product_line: Option<String>,
    pub color: Option<String>,
    pub release_date: Option<String>,
    pub item_group_id: Option<String>,
    pub video_link: Option<Vec<String>>,
    pub flavor: Option<String>,
    pub target_client_id: Option<String>,
    pub scent: Option<String>,
    pub size: Option<String>,
    pub capacity: Option<Capacity>,
    pub title: Option<String>,
    pub pattern: Option<String>,
    pub disclosure_date: Option<String>,
    pub theme: Option<String>,
    pub suggested_retail_price: Option<Price>,
    pub material: Option<String>,
    pub description: Option<String>,
    pub format: Option<String>,
    pub mpn: Option<String>,
    pub brand: Option<String>,
    pub product_detail: Option<Vec<ProductDetail>>,
    pub product_name: Option<String>,
    pub feature_description: Option<Vec<FeatureDescription>>,
    pub size_system: Option<String>,
    pub size_type: Option<String>,
    pub additional_image_link: Option<Vec<Image>>,
    pub count: Option<Count>,
    pub gender: Option<String>,
    pub product_page_url: Option<String>,
    pub image_link: Option<Image>,
    pub product_type: Option<Vec<String>>,
    pub gtin: Option<Vec<String>>,
    pub age_group: Option<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 color of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#color.

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

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

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

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

The target client id. Should only be used in the accounts of the data partners.

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

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

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

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

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

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

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

The suggested retail price (MSRP) of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#price.

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

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

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

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 details of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.

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

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

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

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

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

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

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

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

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

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

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

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

Trait Implementations

impl Default for Attributes
[src]

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

impl Clone for Attributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Attributes
[src]

Formats the value using the given formatter. Read more

impl Part for Attributes
[src]

Auto Trait Implementations

impl Send for Attributes

impl Sync for Attributes