AboutResponse

data class AboutResponse(val storageQuota: AboutResponse.StorageQuota)

Constructors

Link copied to clipboard
constructor(storageQuota: AboutResponse.StorageQuota)

Types

Link copied to clipboard
data class StorageQuota(val limit: Long = -1L, val usageInDrive: Long, val usageInTrash: Long, val usage: Long)

Properties

Link copied to clipboard