Struct google_content2::OrderLineItemProductVariantAttribute
[−]
[src]
pub struct OrderLineItemProductVariantAttribute {
pub dimension: 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
dimension: Option<String>
The dimension of the variant.
value: Option<String>
The value for the dimension.
Trait Implementations
impl Debug for OrderLineItemProductVariantAttribute[src]
impl Clone for OrderLineItemProductVariantAttribute[src]
fn clone(&self) -> OrderLineItemProductVariantAttribute
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for OrderLineItemProductVariantAttribute[src]
fn default() -> OrderLineItemProductVariantAttribute
Returns the "default value" for a type. Read more