Struct google_manufacturers1::Product[][src]

pub struct Product {
    pub target_country: Option<i64>,
    pub manually_deleted_attributes: Option<Vec<String>>,
    pub content_language: Option<String>,
    pub parent: Option<String>,
    pub manually_provided_attributes: Option<Attributes>,
    pub final_attributes: Option<Attributes>,
    pub uploaded_attributes: Option<Attributes>,
    pub product_id: Option<String>,
    pub issues: Option<Vec<Issue>>,
    pub name: Option<String>,
}

Product data.

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

The target country of the product as a CLDR territory code (for example, US). @OutputOnly

Names of the attributes of the product deleted manually via the Manufacturer Center UI. @OutputOnly

The content language of the product as a two-letter ISO 639-1 language code (for example, en). @OutputOnly

Parent ID in the format accounts/{account_id}.

account_id - The ID of the Manufacturer Center account. @OutputOnly

Attributes of the product provided manually via the Manufacturer Center UI. @OutputOnly

Final attributes of the product. The final attributes are obtained by overriding the uploaded attributes with the manually provided and deleted attributes. Google systems only process, evaluate, review, and/or use final attributes. @OutputOnly

Attributes of the product uploaded via the Manufacturer Center API or via feeds.

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

A server-generated list of issues associated with the product. @OutputOnly

Name in the format {target_country}:{content_language}:{product_id}.

target_country - The target country of the product as a CLDR territory code (for example, US).

content_language - The content language of the product as a two-letter ISO 639-1 language code (for example, en).

product_id - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. @OutputOnly

Trait Implementations

impl Default for Product
[src]

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

impl Clone for Product
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Product
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Product
[src]

impl ResponseResult for Product
[src]

Auto Trait Implementations

impl Send for Product

impl Sync for Product