ListStoragePoolsResponse constructor
ListStoragePoolsResponse({
- String? nextPageToken,
- List<
StoragePool> ? storagePools, - List<
String> ? unreachable,
Implementation
ListStoragePoolsResponse({
this.nextPageToken,
this.storagePools,
this.unreachable,
});