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

View Source

Remarketing List Population Rule.

Attributes

  • floodlightActivityId (type: String.t, default: nil) - Floodlight activity ID associated with this rule. This field can be left blank.
  • floodlightActivityName (type: String.t, default: nil) - Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.
  • listPopulationClauses (type: list(GoogleApi.DFAReporting.V34.Model.ListPopulationClause.t), default: nil) - Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V34.Model.ListPopulationRule{
  floodlightActivityId: String.t() | nil,
  floodlightActivityName: String.t() | nil,
  listPopulationClauses:
    [GoogleApi.DFAReporting.V34.Model.ListPopulationClause.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.