OptimizationActivity class Null safety
Creative optimization activity.
Constructors
- OptimizationActivity({String? floodlightActivityId, DimensionValue? floodlightActivityIdDimensionValue, int? weight})
- OptimizationActivity.fromJson(Map json_)
Properties
- floodlightActivityId ↔ String?
-
Floodlight activity ID of this optimization activity.
read / write
- floodlightActivityIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the floodlight activity.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- weight ↔ int?
-
Weight associated with this optimization.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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