Struct google_analyticsdata1_beta::api::DimensionMetadata [−][src]
pub struct DimensionMetadata {
pub api_name: Option<String>,
pub custom_definition: Option<bool>,
pub deprecated_api_names: Option<Vec<String>>,
pub description: Option<String>,
pub ui_name: Option<String>,
}Expand description
Explains a dimension.
This type is not used in any activity, and only used as part of another schema.
Fields
api_name: Option<String>This dimension’s name. Useable in Dimension’s name. For example, eventName.
custom_definition: Option<bool>True if the dimension is a custom dimension for this property.
deprecated_api_names: Option<Vec<String>>Still usable but deprecated names for this dimension. If populated, this dimension is available by either apiName or one of deprecatedApiNames for a period of time. After the deprecation period, the dimension will be available only by apiName.
description: Option<String>Description of how this dimension is used and calculated.
ui_name: Option<String>This dimension’s name within the Google Analytics user interface. For example, Event name.
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 DimensionMetadata
impl Send for DimensionMetadata
impl Sync for DimensionMetadata
impl Unpin for DimensionMetadata
impl UnwindSafe for DimensionMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more