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

The compatibility for a single metric.

Attributes

  • compatibility (type: String.t, default: nil) - The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report.
  • metricMetadata (type: GoogleApi.AnalyticsData.V1beta.Model.MetricMetadata.t, default: nil) - The metric metadata contains the API name for this compatibility information. The metric 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.MetricCompatibility{
  compatibility: String.t() | nil,
  metricMetadata: GoogleApi.AnalyticsData.V1beta.Model.MetricMetadata.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.