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

The result needs to be in a list of string values.

Attributes

  • caseSensitive (type: boolean(), default: nil) - If true, the string value is case sensitive.
  • values (type: list(String.t), default: nil) - The list of string values. Must be non-empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.