Struct gapi_grpc::google::analytics::data::v1beta::DimensionMetadata[][src]

pub struct DimensionMetadata {
    pub api_name: String,
    pub ui_name: String,
    pub description: String,
    pub deprecated_api_names: Vec<String>,
    pub custom_definition: bool,
}

Explains a dimension.

Fields

api_name: String

This dimension’s name. Useable in Dimension’s name. For example, eventName.

ui_name: String

This dimension’s name within the Google Analytics user interface. For example, Event name.

description: String

Description of how this dimension is used and calculated.

deprecated_api_names: 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.

custom_definition: bool

True if the dimension is a custom dimension for this property.

Trait Implementations

impl Clone for DimensionMetadata[src]

impl Debug for DimensionMetadata[src]

impl Default for DimensionMetadata[src]

impl Message for DimensionMetadata[src]

impl PartialEq<DimensionMetadata> for DimensionMetadata[src]

impl StructuralPartialEq for DimensionMetadata[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]