AuctionPackage class
Defines a segment of inventory that buyer wants to buy.
It's created by buyer and could be shared with multiple buyers.
Constructors
-
AuctionPackage({String? createTime, String? creator, String? description, String? displayName, List<
String> ? eligibleSeatIds, String? name, List<String> ? subscribedBuyers, List<String> ? subscribedClients, List<MediaPlanner> ? subscribedMediaPlanners, String? updateTime}) - AuctionPackage.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Time the auction package was created.
getter/setter pair
- creator ↔ String?
-
The buyer that created this auction package.
getter/setter pair
- description ↔ String?
-
A description of the auction package.
getter/setter pair
- displayName ↔ String?
-
The display_name assigned to the auction package.
getter/setter pair
-
eligibleSeatIds
↔ List<
String> ? -
If set, this field contains the list of DSP specific seat ids set by media
planners that are eligible to transact on this deal.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The unique identifier for the auction package.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subscribedBuyers
↔ List<
String> ? -
The list of buyers that are subscribed to the AuctionPackage.
getter/setter pair
-
subscribedClients
↔ List<
String> ? -
When calling as a buyer, the list of clients of the current buyer that are
subscribed to the AuctionPackage.
getter/setter pair
-
subscribedMediaPlanners
↔ List<
MediaPlanner> ? -
The list of media planners that are subscribed to the AuctionPackage.
getter/setter pair
- updateTime ↔ String?
-
Time the auction package was last updated.
getter/setter pair
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