View Source GoogleApi.DFAReporting.V4.Model.UvarFilter (google_api_dfa_reporting v0.26.0)

Defines the filtering on a single uvar.

Attributes

  • complement (type: boolean(), default: nil) - Return rows which don't match this filter.
  • index (type: String.t, default: nil) - Custom variable index the filter is applied to.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#uvarFilter.
  • match (type: String.t, default: nil) - Indicates how the filter should be matched to the values.
  • values (type: list(String.t), default: nil) - Values to filter on.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V4.Model.UvarFilter{
  complement: boolean() | nil,
  index: String.t() | nil,
  kind: String.t() | nil,
  match: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.