AuctionPackage constructor

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

Implementation

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