ListBucketInventoryConfigurationsOutput constructor

ListBucketInventoryConfigurationsOutput({
  1. String? continuationToken,
  2. List<InventoryConfiguration>? inventoryConfigurationList,
  3. bool? isTruncated,
  4. String? nextContinuationToken,
})

Implementation

ListBucketInventoryConfigurationsOutput({
  this.continuationToken,
  this.inventoryConfigurationList,
  this.isTruncated,
  this.nextContinuationToken,
});