[][src]Struct google_content2_sandbox::TestOrderLineItemProduct

pub struct TestOrderLineItemProduct {
    pub target_country: Option<String>,
    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

target_country: Option<String>

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

content_language: Option<String>

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

title: Option<String>

The title of the product.

mpn: Option<String>

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

variant_attributes: Option<Vec<OrderLineItemProductVariantAttribute>>

Variant attributes for the item. Optional.

brand: Option<String>

Brand of the item.

image_link: Option<String>

URL of an image of the item.

offer_id: Option<String>

An identifier of the item.

item_group_id: Option<String>

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

gtin: Option<String>

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

condition: Option<String>

Condition or state of the item.

price: Option<Price>

The price for the product.

channel: Option<String>

The item's channel.

Trait Implementations

impl Part for TestOrderLineItemProduct[src]

impl Clone for TestOrderLineItemProduct[src]

impl Default for TestOrderLineItemProduct[src]

impl Debug for TestOrderLineItemProduct[src]

impl Serialize for TestOrderLineItemProduct[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> 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 = !

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.

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

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

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

impl<T> Typeable for T where
    T: Any

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