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

A specific filter for a single dimension.

Attributes

  • fieldName (type: String.t, default: nil) - Required. Immutable. The dimension name to filter.
  • inListFilter (type: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter.t, default: nil) - A filter for a string dimension that matches a particular list of options.
  • stringFilter (type: GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter.t, default: nil) - A filter for a string-type dimension that matches a particular pattern.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilter{
    fieldName: String.t() | nil,
    inListFilter:
      GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter.t()
      | nil,
    stringFilter:
      GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.