BidResponseWithoutBidsStatusRow class
The number of impressions with the specified dimension values that were considered to have no applicable bids, as described by the specified status.
Constructors
- BidResponseWithoutBidsStatusRow({MetricValue? impressionCount, RowDimensions? rowDimensions, String? status})
 - BidResponseWithoutBidsStatusRow.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - impressionCount ↔ MetricValue?
 - 
  The number of impressions for which there was a bid response with the
specified status.
  getter/setter pair
 - 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 bid responses were considered to have no
applicable bids.
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