View Source GoogleApi.AnalyticsData.V1alpha.Model.DimensionMetadata (google_api_analytics_data v0.14.0)

Explains a dimension.

Attributes

  • apiName (type: String.t, default: nil) - This dimension's name. Useable in Dimension's name. For example, eventName.
  • customDefinition (type: boolean(), default: nil) - True if the dimension is a custom dimension for this property.
  • deprecatedApiNames (type: list(String.t), default: nil) - 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 (type: String.t, default: nil) - Description of how this dimension is used and calculated.
  • uiName (type: String.t, default: nil) - This dimension's name within the Google Analytics user interface. For example, Event name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.DimensionMetadata{
  apiName: String.t() | nil,
  customDefinition: boolean() | nil,
  deprecatedApiNames: [String.t()] | nil,
  description: String.t() | nil,
  uiName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.