class Google::Apis::DfareportingV2_1::ListPopulationRule

Remarketing List Population Rule.

Attributes

floodlight_activity_id[RW]

Floodlight activity ID associated with this rule. This field can be left blank. Corresponds to the JSON property `floodlightActivityId` @return [String]

floodlight_activity_name[RW]

Name of floodlight activity associated with this rule. This is a read-only, auto-generated field. Corresponds to the JSON property `floodlightActivityName` @return [String]

list_population_clauses[RW]

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. Corresponds to the JSON property `listPopulationClauses` @return [Array<Google::Apis::DfareportingV2_1::ListPopulationClause>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6184
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6189
def update!(**args)
  @floodlight_activity_id = args[:floodlight_activity_id] unless args[:floodlight_activity_id].nil?
  @floodlight_activity_name = args[:floodlight_activity_name] unless args[:floodlight_activity_name].nil?
  @list_population_clauses = args[:list_population_clauses] unless args[:list_population_clauses].nil?
end