Struct google_manufacturers1::api::Attributes[][src]

pub struct Attributes {
    pub additional_image_link: Option<Vec<Image>>,
    pub age_group: Option<String>,
    pub brand: Option<String>,
    pub capacity: Option<Capacity>,
    pub color: Option<String>,
    pub count: Option<Count>,
    pub description: Option<String>,
    pub disclosure_date: Option<String>,
    pub excluded_destination: Option<Vec<String>>,
    pub feature_description: Option<Vec<FeatureDescription>>,
    pub flavor: Option<String>,
    pub format: Option<String>,
    pub gender: Option<String>,
    pub gtin: Option<Vec<String>>,
    pub image_link: Option<Image>,
    pub included_destination: Option<Vec<String>>,
    pub item_group_id: Option<String>,
    pub material: Option<String>,
    pub mpn: Option<String>,
    pub pattern: Option<String>,
    pub product_detail: Option<Vec<ProductDetail>>,
    pub product_highlight: Option<Vec<String>>,
    pub product_line: Option<String>,
    pub product_name: Option<String>,
    pub product_page_url: Option<String>,
    pub product_type: Option<Vec<String>>,
    pub release_date: Option<String>,
    pub rich_product_content: Option<Vec<String>>,
    pub scent: Option<String>,
    pub size: Option<String>,
    pub size_system: Option<String>,
    pub size_type: Option<String>,
    pub suggested_retail_price: Option<Price>,
    pub target_client_id: Option<String>,
    pub theme: Option<String>,
    pub title: Option<String>,
    pub video_link: Option<Vec<String>>,
}

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

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

additional_image_link: Option<Vec<Image>>

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

age_group: Option<String>

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

brand: Option<String>

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

capacity: Option<Capacity>

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

color: Option<String>

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

count: Option<Count>

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

description: Option<String>

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

disclosure_date: Option<String>

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

excluded_destination: Option<Vec<String>>

A list of excluded destinations.

feature_description: Option<Vec<FeatureDescription>>

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

flavor: Option<String>

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

format: Option<String>

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

gender: Option<String>

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

gtin: Option<Vec<String>>

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

image_link: Option<Image>

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

included_destination: Option<Vec<String>>

A list of included destinations.

item_group_id: Option<String>

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

material: Option<String>

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

mpn: Option<String>

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

pattern: Option<String>

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

product_detail: Option<Vec<ProductDetail>>

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

product_highlight: Option<Vec<String>>

The product highlights. For more information, see https://support.google.com/manufacturers/answer/10066942

product_line: Option<String>

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

product_name: Option<String>

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

product_page_url: Option<String>

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

product_type: Option<Vec<String>>

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

release_date: Option<String>

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

rich_product_content: Option<Vec<String>>

Rich product content. For more information, see https://support.google.com/manufacturers/answer/9389865

scent: Option<String>

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

size: Option<String>

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

size_system: Option<String>

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

size_type: Option<String>

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

suggested_retail_price: Option<Price>

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

target_client_id: Option<String>

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

theme: Option<String>

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

title: Option<String>

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

video_link: Option<Vec<String>>

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

Trait Implementations

impl Clone for Attributes[src]

impl Debug for Attributes[src]

impl Default for Attributes[src]

impl<'de> Deserialize<'de> for Attributes[src]

impl RequestValue for Attributes[src]

impl Serialize for Attributes[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.