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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.