MarketingDataInsightsAttribute class

Insights for a collection of related attributes of the same dimension.

Constructors

MarketingDataInsightsAttribute({String? ageRange, String? gender, double? lift, String? userInterestId})
MarketingDataInsightsAttribute.fromJson(Map json_)

Properties

ageRange String?
Age range of the audience for which the lift is provided. Possible string values are:
getter/setter pair
gender String?
Gender of the audience for which the lift is provided. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lift double?
Measure of lift that the audience has for the attribute value as compared to the baseline.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInterestId String?
The user interest ID.
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