View Source GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccessStringFilter (google_api_analytics_admin v0.21.0)

The filter for strings.

Attributes

  • caseSensitive (type: boolean(), default: nil) - If true, the string value is case sensitive.
  • matchType (type: String.t, default: nil) - The match type for this filter.
  • value (type: String.t, default: nil) - The string value used for the matching.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1beta.Model.GoogleAnalyticsAdminV1betaAccessStringFilter{
    caseSensitive: boolean() | nil,
    matchType: String.t() | nil,
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.