CreativeStatusRow class
The number of bids with the specified dimension values that did not win the auction (either were filtered pre-auction or lost the auction), as described by the specified creative status.
Constructors
- CreativeStatusRow({MetricValue? bidCount, int? creativeStatusId, RowDimensions? rowDimensions})
- CreativeStatusRow.fromJson(Map json_)
Properties
- bidCount ↔ MetricValue?
-
The number of bids with the specified status.
getter/setter pair
- creativeStatusId ↔ int?
-
The ID of the creative status.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rowDimensions ↔ RowDimensions?
-
The values of all dimensions associated with metric values in this row.
getter/setter pair
- 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