AuctionPackage constructor
AuctionPackage({
- String? createTime,
- String? creator,
- String? dealOwnerSeatId,
- String? description,
- String? displayName,
- List<
String> ? eligibleSeatIds, - Money? floorPriceCpm,
- String? name,
- List<
String> ? subscribedBuyers, - List<
String> ? subscribedClients, - List<
MediaPlanner> ? subscribedMediaPlanners, - String? updateTime,
Implementation
AuctionPackage({
this.createTime,
this.creator,
this.dealOwnerSeatId,
this.description,
this.displayName,
this.eligibleSeatIds,
this.floorPriceCpm,
this.name,
this.subscribedBuyers,
this.subscribedClients,
this.subscribedMediaPlanners,
this.updateTime,
});