ListPopulationRule class

Remarketing List Population Rule.

Constructors

ListPopulationRule({String? floodlightActivityId, String? floodlightActivityName, List<ListPopulationClause>? listPopulationClauses})
ListPopulationRule.fromJson(Map json_)

Properties

floodlightActivityId String?
Floodlight activity ID associated with this rule.
getter/setter pair
floodlightActivityName String?
Name of floodlight activity associated with this rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listPopulationClauses List<ListPopulationClause>?
Clauses that make up this list population rule.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited