ListStoragePoolsResponse constructor

ListStoragePoolsResponse({
  1. String? nextPageToken,
  2. List<StoragePool>? storagePools,
  3. List<String>? unreachable,
})

Implementation

ListStoragePoolsResponse({
  this.nextPageToken,
  this.storagePools,
  this.unreachable,
});