Struct google_analyticsdata1_beta::api::CaseExpression [−][src]
Expand description
Used to convert a dimension value to a single case.
This type is not used in any activity, and only used as part of another schema.
Fields
dimension_name: Option<String>Name of a dimension. The name must refer back to a name in dimensions field of the request.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CaseExpression
impl Send for CaseExpression
impl Sync for CaseExpression
impl Unpin for CaseExpression
impl UnwindSafe for CaseExpression
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more