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

Filter where the field value is a String. The match is case insensitive.

Attributes

  • matchType (type: String.t, default: nil) - Required. The match type for the string filter.
  • value (type: String.t, default: nil) - Required. The string value to be matched against.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaChannelGroupFilterStringFilter{
    matchType: String.t() | nil,
    value: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.