google_api_dfa_reporting v0.18.0 GoogleApi.DFAReporting.V34.Model.DisjunctiveMatchStatement 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.