class Google::Apis::DfareportingV3_5::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 [Fixnum]

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::DfareportingV3_5::ListPopulationClause>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7066
def update!(**args)
  @floodlight_activity_id = args[:floodlight_activity_id] if args.key?(:floodlight_activity_id)
  @floodlight_activity_name = args[:floodlight_activity_name] if args.key?(:floodlight_activity_name)
  @list_population_clauses = args[:list_population_clauses] if args.key?(:list_population_clauses)
end