AuctionPackage constructor

AuctionPackage({
  1. String? createTime,
  2. String? creator,
  3. String? dealOwnerSeatId,
  4. String? description,
  5. String? displayName,
  6. List<String>? eligibleSeatIds,
  7. String? name,
  8. List<String>? subscribedBuyers,
  9. List<String>? subscribedClients,
  10. List<MediaPlanner>? subscribedMediaPlanners,
  11. String? updateTime,
})

Implementation

AuctionPackage({
  this.createTime,
  this.creator,
  this.dealOwnerSeatId,
  this.description,
  this.displayName,
  this.eligibleSeatIds,
  this.name,
  this.subscribedBuyers,
  this.subscribedClients,
  this.subscribedMediaPlanners,
  this.updateTime,
});