GoogleApi.DFAReporting.V34.Model.DisjunctiveMatchStatement (google_api_dfa_reporting v0.31.0)

View Source

Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.

Attributes

  • eventFilters (type: list(GoogleApi.DFAReporting.V34.Model.EventFilter.t), default: nil) - The event filters contained within this disjunctive match statement.
  • kind (type: String.t, default: nil) - The kind of resource this is, in this case dfareporting#disjunctiveMatchStatement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.DisjunctiveMatchStatement{
  eventFilters: [GoogleApi.DFAReporting.V34.Model.EventFilter.t()] | nil,
  kind: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.