Struct google_manufacturers1::Product[][src]

pub struct Product {
    pub target_country: Option<i64>,
    pub destination_statuses: Option<Vec<DestinationStatus>>,
    pub parent: Option<String>,
    pub name: Option<String>,
    pub attributes: Option<Attributes>,
    pub content_language: Option<String>,
    pub issues: Option<Vec<Issue>>,
    pub product_id: 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).

The status of the destinations.

Parent ID in the format accounts/{account_id}.

account_id - The ID of the Manufacturer Center account.

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.

Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.

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

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

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

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 ResponseResult for Product
[src]

Auto Trait Implementations

impl Send for Product

impl Sync for Product