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

A filter for a string-type dimension that matches a particular pattern.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaSubpropertyEventFilterConditionStringFilter{
    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.