View Source GoogleApi.AnalyticsData.V1beta.Model.DimensionCompatibility (google_api_analytics_data v0.14.0)

The compatibility for a single dimension.

Attributes

  • compatibility (type: String.t, default: nil) - The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.
  • dimensionMetadata (type: GoogleApi.AnalyticsData.V1beta.Model.DimensionMetadata.t, default: nil) - The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.DimensionCompatibility{
  compatibility: String.t() | nil,
  dimensionMetadata:
    GoogleApi.AnalyticsData.V1beta.Model.DimensionMetadata.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.