CalloutStatusRow class

The number of impressions with the specified dimension values where the corresponding bid request or bid response was not successful, as described by the specified callout status.

Constructors

CalloutStatusRow({int? calloutStatusId, MetricValue? impressionCount, RowDimensions? rowDimensions})
CalloutStatusRow.fromJson(Map _json)

Properties

calloutStatusId int?
The ID of the callout status.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
impressionCount MetricValue?
The number of impressions for which there was a bid request or bid response with the specified callout 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

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