FilteredBidCreativeRow class

The number of filtered bids with the specified dimension values that have the specified creative.

Constructors

FilteredBidCreativeRow({MetricValue? bidCount, String? creativeId, RowDimensions? rowDimensions})
FilteredBidCreativeRow.fromJson(Map _json)

Properties

bidCount MetricValue?
The number of bids with the specified creative.
getter/setter pair
creativeId String?
The ID of the creative.
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