FilteredBidDetailRow class
The number of filtered bids with the specified dimension values, among those filtered due to the requested filtering reason (for example, creative status), that have the specified detail.
Constructors
- FilteredBidDetailRow({MetricValue? bidCount, String? detail, int? detailId, RowDimensions? rowDimensions})
- FilteredBidDetailRow.fromJson(Map json_)
Properties
- bidCount ↔ MetricValue?
-
The number of bids with the specified detail.
getter/setter pair
- detail ↔ String?
-
The ID of the detail, can be numeric or text.
getter/setter pair
- detailId ↔ int?
-
Note: this field will be deprecated, use "detail" field instead.
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