GuaranteedOrder constructor
GuaranteedOrder({
- String? defaultAdvertiserId,
- String? defaultCampaignId,
- String? displayName,
- String? exchange,
- String? guaranteedOrderId,
- String? legacyGuaranteedOrderId,
- String? name,
- String? publisherName,
- bool? readAccessInherited,
- List<
String> ? readAdvertiserIds, - String? readWriteAdvertiserId,
- String? readWritePartnerId,
- GuaranteedOrderStatus? status,
- 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,
});