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

The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.

Attributes

  • activeMetricRestrictions (type: list(GoogleApi.AnalyticsData.V1beta.Model.ActiveMetricRestriction.t), default: nil) - All restrictions actively enforced in creating the report. For example, purchaseRevenue always has the restriction type REVENUE_DATA. However, this active response restriction is only populated if the user's custom role disallows access to REVENUE_DATA.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1beta.Model.SchemaRestrictionResponse{
  activeMetricRestrictions:
    [GoogleApi.AnalyticsData.V1beta.Model.ActiveMetricRestriction.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.