View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceSimpleFilter (google_api_analytics_admin v0.21.0)

Defines a simple filter that a user must satisfy to be a member of the Audience.

Attributes

  • filterExpression (type: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceFilterExpression.t, default: nil) - Required. Immutable. A logical expression of Audience dimension, metric, or event filters.
  • scope (type: String.t, default: nil) - Required. Immutable. Specifies the scope for this filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceSimpleFilter{
    filterExpression:
      GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAudienceFilterExpression.t()
      | nil,
    scope: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.