Struct google_manufacturers1::ProductDetail[][src]

pub struct ProductDetail {
    pub attribute_name: Option<String>,
    pub attribute_value: Option<String>,
    pub section_name: Option<String>,
}

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

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

Fields

The name of the attribute.

The value of the attribute.

A short section name that can be reused between multiple product details.

Trait Implementations

impl Default for ProductDetail
[src]

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

impl Clone for ProductDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductDetail
[src]

Formats the value using the given formatter. Read more

impl Part for ProductDetail
[src]

Auto Trait Implementations