Struct google_content2::ProductCustomAttribute[][src]

pub struct ProductCustomAttribute {
    pub unit: Option<String>,
    pub type_: Option<String>,
    pub name: Option<String>,
    pub value: Option<String>,
}

There is no detailed description.

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

Fields

Free-form unit of the attribute. Unit can only be used for values of type int, float, or price.

The type of the attribute.

The name of the attribute. Underscores will be replaced by spaces upon insertion.

The value of the attribute.

Trait Implementations

impl Default for ProductCustomAttribute
[src]

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

impl Clone for ProductCustomAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductCustomAttribute
[src]

Formats the value using the given formatter. Read more

impl Part for ProductCustomAttribute
[src]

Auto Trait Implementations