toggle menu
OMH Storage
androidJvm
switch theme
search in API
plugin-googledrive-non-gms
/
com.openmobilehub.android.storage.plugin.googledrive.nongms.data.service.response
/
AboutResponse
/
StorageQuota
Storage
Quota
data
class
StorageQuota
(
val
limit
:
Long
=
-1L
,
val
usageInDrive
:
Long
,
val
usageInTrash
:
Long
,
val
usage
:
Long
)
Members
Constructors
Storage
Quota
Link copied to clipboard
constructor
(
limit
:
Long
=
-1L
,
usageInDrive
:
Long
,
usageInTrash
:
Long
,
usage
:
Long
)
Properties
limit
Link copied to clipboard
val
limit
:
Long
usage
Link copied to clipboard
val
usage
:
Long
usage
In
Drive
Link copied to clipboard
val
usageInDrive
:
Long
usage
In
Trash
Link copied to clipboard
val
usageInTrash
:
Long