Struct google_content2::ProductUnitPricingBaseMeasure
[−]
[src]
pub struct ProductUnitPricingBaseMeasure {
pub unit: 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
unit: Option<String>
The unit of the denominator.
value: Option<String>
The denominator of the unit price.
Trait Implementations
impl Debug for ProductUnitPricingBaseMeasure[src]
impl Clone for ProductUnitPricingBaseMeasure[src]
fn clone(&self) -> ProductUnitPricingBaseMeasure
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 ProductUnitPricingBaseMeasure[src]
fn default() -> ProductUnitPricingBaseMeasure
Returns the "default value" for a type. Read more