ListResourceInventoryResponse constructor

ListResourceInventoryResponse({
  1. String? nextToken,
  2. List<ResourceInventory>? resourceInventoryList,
})

Implementation

ListResourceInventoryResponse({
  this.nextToken,
  this.resourceInventoryList,
});