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

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.

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.ActiveMetricRestriction{
  metricName: String.t() | nil,
  restrictedMetricTypes: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.