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
unit: Option<String>
Free-form unit of the attribute. Unit can only be used for values of type INT or FLOAT.
type_: Option<String>
The type of the attribute.
name: Option<String>
The name of the attribute. Underscores will be replaced by spaces upon insertion.
value: Option<String>
The value of the attribute.
Trait Implementations
impl Debug for ProductCustomAttribute[src]
impl Clone for ProductCustomAttribute[src]
fn clone(&self) -> ProductCustomAttribute
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 ProductCustomAttribute[src]
fn default() -> ProductCustomAttribute
Returns the "default value" for a type. Read more