class Google::Apis::DfareportingV2_3::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_3::ListPopulationClause>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 6250 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_3/classes.rb, line 6255 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