DimensionDimensionValue class
Value of the dimension.
Constructors
- DimensionDimensionValue()
- DimensionDimensionValue.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ int
-
Id of the dimension.
read / write
- name ↔ String
-
Name of the dimension mainly for debugging purposes, except for the case
of CREATIVE_SIZE. For CREATIVE_SIZE, strings are used instead of ids.
read / write
- percentage ↔ int
-
Percent of total impressions for a dimension type. e.g. {dimension_type:
'GENDER',
{dimension_value: {id: 1, name: 'MALE', percentage: 60}}
} Gender MALE is 60% of all impressions which have gender.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited