RegionalInventory constructor

RegionalInventory({
  1. String? account,
  2. String? name,
  3. String? region,
  4. RegionalInventoryAttributes? regionalInventoryAttributes,
})

Implementation

RegionalInventory({
  this.account,
  this.name,
  this.region,
  this.regionalInventoryAttributes,
});