Buyer class

RTB Buyer account information.

Constructors

Buyer({String? activeCreativeCount, String? bidder, List<String>? billingIds, String? displayName, String? maximumActiveCreativeCount, String? name})
Buyer.fromJson(Map json_)

Properties

activeCreativeCount String?
The number of creatives that this buyer submitted through the API or bid with in the last 30 days.
getter/setter pair
bidder String?
The name of the bidder resource that is responsible for receiving bidding traffic for this account.
getter/setter pair
billingIds List<String>?
A list of billing IDs associated with this account.
getter/setter pair
displayName String?
The diplay name associated with this buyer account, as visible to sellers.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maximumActiveCreativeCount String?
The maximum number of active creatives that this buyer can have.
getter/setter pair
name String?
Name of the buyer resource that must follow the pattern buyers/{buyerAccountId}, where {buyerAccountId} is the account ID of the buyer account whose information is to be received.
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