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

A filter for a string dimension that matches a particular list of options. The match is case insensitive.

Attributes

  • values (type: list(String.t), default: nil) - Required. The list of possible string values to match against. Must be non-empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterInListFilter{
    values: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.