vz-api
1.0.0
ps
/
com.keygenqt.ps.route.dashboard.elements
/
HardDiskSizeResponse
Hard
Disk
Size
Response
data
class
HardDiskSizeResponse
(
val
name
:
String
,
val
blocks
:
Long
,
val
available
:
Long
,
val
used
:
Long
,
val
use
:
Int
)
Content copied to clipboard
Response disk size
Constructors
Properties
Constructors
Hard
Disk
Size
Response
Link copied to clipboard
fun
HardDiskSizeResponse
(
name
:
String
,
blocks
:
Long
,
available
:
Long
,
used
:
Long
,
use
:
Int
)
Content copied to clipboard
Properties
available
Link copied to clipboard
val
available
:
Long
Content copied to clipboard
blocks
Link copied to clipboard
val
blocks
:
Long
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
use
Link copied to clipboard
val
use
:
Int
Content copied to clipboard
used
Link copied to clipboard
val
used
:
Long
Content copied to clipboard