Deal constructor
Deal({
- String? billedBuyer,
- String? buyer,
- String? client,
- String? createTime,
- CreativeRequirements? creativeRequirements,
- String? dealType,
- DeliveryControl? deliveryControl,
- String? description,
- String? displayName,
- List<
String> ? eligibleSeatIds, - Money? estimatedGrossSpend,
- String? flightEndTime,
- String? flightStartTime,
- MediaPlanner? mediaPlanner,
- String? name,
- PreferredDealTerms? preferredDealTerms,
- PrivateAuctionTerms? privateAuctionTerms,
- ProgrammaticGuaranteedTerms? programmaticGuaranteedTerms,
- String? proposalRevision,
- String? publisherProfile,
- TimeZone? sellerTimeZone,
- MarketplaceTargeting? targeting,
- String? updateTime,
Implementation
Deal({
this.billedBuyer,
this.buyer,
this.client,
this.createTime,
this.creativeRequirements,
this.dealType,
this.deliveryControl,
this.description,
this.displayName,
this.eligibleSeatIds,
this.estimatedGrossSpend,
this.flightEndTime,
this.flightStartTime,
this.mediaPlanner,
this.name,
this.preferredDealTerms,
this.privateAuctionTerms,
this.programmaticGuaranteedTerms,
this.proposalRevision,
this.publisherProfile,
this.sellerTimeZone,
this.targeting,
this.updateTime,
});