Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 768 Bytes

NiatelemetryDiskinfo.md

File metadata and controls

13 lines (9 loc) · 768 Bytes

NiatelemetryDiskinfo

Properties

Name Type Description Notes
free int The free disk capacity, currently the type of this field is set to integer. [optional]
name str Disk Name used to identified the disk usage record. [optional]
total int The total disk capacity, it should be the sum of free and used, currently the type of this field is set to integer. [optional]
used int The used disk capacity, currently the type of this field is set to integer. [optional]

[Back to Model list] [Back to API list] [Back to README]