ListResourceInventoryResponse constructor
ListResourceInventoryResponse({
- String? nextToken,
- List<
ResourceInventory> ? resourceInventoryList,
Implementation
ListResourceInventoryResponse({
this.nextToken,
this.resourceInventoryList,
});