google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.Model.ListPopulationRule 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.V33.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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V33.Model.ListPopulationRule{
  floodlightActivityId: String.t(),
  floodlightActivityName: String.t(),
  listPopulationClauses: [
    GoogleApi.DFAReporting.V33.Model.ListPopulationClause.t()
  ]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.