2022-07-13 07:23:48 -05:00
# openapi.model.ServerInfoResponseDto
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 12:49:18 -04:00
**diskAvailable** | **String** | |
2022-07-13 07:23:48 -05:00
**diskAvailableRaw** | **int** | |
**diskSize** | **String** | |
2023-08-01 12:49:18 -04:00
**diskSizeRaw** | **int** | |
**diskUsagePercentage** | **double** | |
2022-07-13 07:23:48 -05:00
**diskUse** | **String** | |
2023-08-01 12:49:18 -04:00
**diskUseRaw** | **int** | |
2022-07-13 07:23:48 -05:00
[[Back to Model list]](../README.md#documentation -for-models) [[Back to API list]](../README.md#documentation -for-api-endpoints) [[Back to README]](../README.md)