GoogleAdsSearchads360V23CommonFlexibleRuleUserListInfo class

Flexible rule representation of visitors with one or multiple actions.

The flexible user list is defined by two lists of operands – inclusive_operands and exclusive_operands; each operand represents a set of users based on actions they took in a given timeframe. These lists of operands are combined with the AND_NOT operator, so that users represented by the inclusive operands are included in the user list, minus the users represented by the exclusive operands.

Properties

exclusiveOperands List<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo>?
Rules representing users that should be excluded from the user list.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inclusiveOperands List<GoogleAdsSearchads360V23CommonFlexibleRuleOperandInfo>?
Rules representing users that should be included in the user list.
getter/setter pair
inclusiveRuleOperator String?
Operator that defines how the inclusive operands are combined. Possible string values are:
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