FetchStorageInventoryResponse constructor

FetchStorageInventoryResponse({
  1. String? nextPageToken,
  2. List<SourceStorageResource>? resources,
  3. String? updateTime,
})

Implementation

FetchStorageInventoryResponse({
  this.nextPageToken,
  this.resources,
  this.updateTime,
});