TotalLocalStorageGBRequestResponse

data class TotalLocalStorageGBRequestResponse(val max: Int? = null, val min: Int? = null)

Definition of TotalLocalStorageGBRequest

Constructors

Link copied to clipboard
constructor(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

The storage maximum in GB.

Link copied to clipboard
val min: Int? = null

The storage minimum in GB.