InventoryConfiguration constructor
InventoryConfiguration(
- InventoryDestination? destination,
- InventoryFilter? filter,
- String? id,
- String? includedObjectVersions,
- bool? isEnabled,
- String? optionalFields,
- InventorySchedule? schedule,
Implementation
InventoryConfiguration(
this.destination,
this.filter,
this.id,
this.includedObjectVersions,
this.isEnabled,
this.optionalFields,
this.schedule,
);