FetchStorageInventoryResponse constructor
FetchStorageInventoryResponse({
- String? nextPageToken,
- List<
SourceStorageResource> ? resources, - String? updateTime,
Implementation
FetchStorageInventoryResponse({
this.nextPageToken,
this.resources,
this.updateTime,
});