InventoryConfiguration constructor

InventoryConfiguration(
  1. InventoryDestination? destination,
  2. InventoryFilter? filter,
  3. String? id,
  4. String? includedObjectVersions,
  5. bool? isEnabled,
  6. String? optionalFields,
  7. InventorySchedule? schedule,
)

Implementation

InventoryConfiguration(
  this.destination,
  this.filter,
  this.id,
  this.includedObjectVersions,
  this.isEnabled,
  this.optionalFields,
  this.schedule,
);