SegmentDemographics class
Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.
Constructors
- SegmentDemographics({SetDimension? appVersion, SetDimension? channel, SetDimension? deviceType, SetDimension? make, SetDimension? model, SetDimension? platform})
-
SegmentDemographics.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appVersion → SetDimension?
-
The app version criteria for the segment.
final
- channel → SetDimension?
-
The channel criteria for the segment.
final
- deviceType → SetDimension?
-
The device type criteria for the segment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- make → SetDimension?
-
The device make criteria for the segment.
final
- model → SetDimension?
-
The device model criteria for the segment.
final
- platform → SetDimension?
-
The device platform criteria for the segment.
final
- 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