NonBillableWinningBidStatusRow class

The number of winning bids with the specified dimension values for which the buyer was not billed, as described by the specified status.

Properties

bidCount MetricValue?
The number of bids with the specified 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
status String?
The status specifying why the winning bids were not billed. Possible string values are:
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