GuaranteedOrder constructor

GuaranteedOrder({
  1. String? defaultAdvertiserId,
  2. String? defaultCampaignId,
  3. String? displayName,
  4. String? exchange,
  5. String? guaranteedOrderId,
  6. String? legacyGuaranteedOrderId,
  7. String? name,
  8. String? publisherName,
  9. bool? readAccessInherited,
  10. List<String>? readAdvertiserIds,
  11. String? readWriteAdvertiserId,
  12. String? readWritePartnerId,
  13. GuaranteedOrderStatus? status,
  14. String? updateTime,
})

Implementation

GuaranteedOrder({
  this.defaultAdvertiserId,
  this.defaultCampaignId,
  this.displayName,
  this.exchange,
  this.guaranteedOrderId,
  this.legacyGuaranteedOrderId,
  this.name,
  this.publisherName,
  this.readAccessInherited,
  this.readAdvertiserIds,
  this.readWriteAdvertiserId,
  this.readWritePartnerId,
  this.status,
  this.updateTime,
});