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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.MetricCompatibility{
  compatibility: String.t() | nil,
  metricMetadata: GoogleApi.AnalyticsData.V1beta.Model.MetricMetadata.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.