Struct google_analyticsdata1_beta::api::CaseExpression
source · pub struct CaseExpression {
pub dimension_name: Option<String>,
}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§
source§impl Clone for CaseExpression
impl Clone for CaseExpression
source§fn clone(&self) -> CaseExpression
fn clone(&self) -> CaseExpression
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CaseExpression
impl Debug for CaseExpression
source§impl Default for CaseExpression
impl Default for CaseExpression
source§fn default() -> CaseExpression
fn default() -> CaseExpression
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CaseExpression
impl<'de> Deserialize<'de> for CaseExpression
source§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