RegionalInventory constructor
RegionalInventory({
- String? account,
- String? name,
- String? region,
- RegionalInventoryAttributes? regionalInventoryAttributes,
Implementation
RegionalInventory({
this.account,
this.name,
this.region,
this.regionalInventoryAttributes,
});