Struct google_content2_sandbox::TestOrderLineItemProduct [] [src]

pub struct TestOrderLineItemProduct {
    pub target_country: Option<i64>,
    pub content_language: Option<String>,
    pub title: Option<String>,
    pub mpn: Option<String>,
    pub variant_attributes: Option<Vec<OrderLineItemProductVariantAttribute>>,
    pub brand: Option<String>,
    pub image_link: Option<String>,
    pub offer_id: Option<String>,
    pub item_group_id: Option<String>,
    pub gtin: Option<String>,
    pub condition: Option<String>,
    pub price: Option<Price>,
    pub channel: Option<String>,
}

There is no detailed description.

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

Fields

The CLDR territory code of the target country of the product.

The two-letter ISO 639-1 language code for the item.

The title of the product.

Manufacturer Part Number (MPN) of the item. Optional.

Variant attributes for the item. Optional.

Brand of the item.

URL of an image of the item.

An identifier of the item.

Shared identifier for all variants of the same product. Optional.

Global Trade Item Number (GTIN) of the item. Optional.

Condition or state of the item.

The price for the product.

The item's channel.

Trait Implementations

impl Default for TestOrderLineItemProduct
[src]

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

impl Clone for TestOrderLineItemProduct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestOrderLineItemProduct
[src]

Formats the value using the given formatter.

impl Part for TestOrderLineItemProduct
[src]