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

A filter for a string dimension that matches a particular list of options.

Attributes

  • caseSensitive (type: boolean(), default: nil) - Optional. If true, the match is case-sensitive. If false, the match is case-insensitive.
  • 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.GoogleAnalyticsAdminV1alphaAudienceDimensionOrMetricFilterInListFilter{
    caseSensitive: boolean() | nil,
    values: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.