StorageResponse

data class StorageResponse(val storageSizeGB: Int? = null)

Storage properties of a server

Constructors

Link copied to clipboard
constructor(storageSizeGB: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val storageSizeGB: Int? = null

Max storage allowed for a server.