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

View Source

A group clause made up of list population terms representing constraints joined by ORs.

Attributes

  • terms (type: list(GoogleApi.DFAReporting.V34.Model.ListPopulationTerm.t), default: nil) - Terms of this list population clause. Each clause is made up of list population terms representing constraints and are joined by ORs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.ListPopulationClause{
  terms: [GoogleApi.DFAReporting.V34.Model.ListPopulationTerm.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.