InventorySource constructor
InventorySource({
- String? commitment,
- List<
CreativeConfig> ? creativeConfigs, - String? dealId,
- String? deliveryMethod,
- String? displayName,
- String? exchange,
- String? guaranteedOrderId,
- String? inventorySourceId,
- String? inventorySourceProductType,
- String? inventorySourceType,
- String? name,
- String? publisherName,
- RateDetails? rateDetails,
- List<
String> ? readAdvertiserIds, - List<
String> ? readPartnerIds, - InventorySourceAccessors? readWriteAccessors,
- InventorySourceStatus? status,
- TimeRange? timeRange,
- String? updateTime,
Implementation
InventorySource({
this.commitment,
this.creativeConfigs,
this.dealId,
this.deliveryMethod,
this.displayName,
this.exchange,
this.guaranteedOrderId,
this.inventorySourceId,
this.inventorySourceProductType,
this.inventorySourceType,
this.name,
this.publisherName,
this.rateDetails,
this.readAdvertiserIds,
this.readPartnerIds,
this.readWriteAccessors,
this.status,
this.timeRange,
this.updateTime,
});