AdsResponse class

Constructors

AdsResponse({String? adId, String? advertiser, int? bidPrice, int? clearingPrice, int? clearingPriceSupplyCUR, int? clearingPriceUSD, String? clickThrough, String? demand, List<Pixels>? pixels, String? type, String? url})
AdsResponse.fromJson(Map<String, dynamic> json)

Properties

adId String?
getter/setter pair
advertiser String?
getter/setter pair
bidPrice int?
getter/setter pair
clearingPrice int?
getter/setter pair
clearingPriceSupplyCUR int?
getter/setter pair
clearingPriceUSD int?
getter/setter pair
clickThrough String?
getter/setter pair
demand String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pixels List<Pixels>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
url String?
getter/setter pair

Methods

impressionUrl() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
token() String?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited