IncludeConditions class

JSON template for an Analytics Remarketing Include Conditions.

Constructors

IncludeConditions({int? daysToLookBack, bool? isSmartList, String? kind, int? membershipDurationDays, String? segment})
IncludeConditions.fromJson(Map json_)

Properties

daysToLookBack int?
The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSmartList bool?
Boolean indicating whether this segment is a smart list.
getter/setter pair
kind String?
Resource type for include conditions.
getter/setter pair
membershipDurationDays int?
Number of days (in the range 1 to 540) a user remains in the audience.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segment String?
The segment condition that will cause a user to be added to an audience.
getter/setter pair

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