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

A metric actively restricted in creating the report.

Attributes

  • metricName (type: String.t, default: nil) - The name of the restricted metric.
  • restrictedMetricTypes (type: list(String.t), default: nil) - The reason for this metric's restriction.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.ActiveMetricRestriction{
  metricName: String.t() | nil,
  restrictedMetricTypes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.