DataStoreResponse

data class DataStoreResponse(val capacity: String? = null, val freeSpace: String? = null, val symbolicName: String? = null, val type: String? = null, val uuid: String? = null)

The datastore details of the MT.

Constructors

Link copied to clipboard
constructor(capacity: String? = null, freeSpace: String? = null, symbolicName: String? = null, type: String? = null, uuid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: String? = null

The capacity of data store in GBs.

Link copied to clipboard
val freeSpace: String? = null

The free space of data store in GBs.

Link copied to clipboard
val symbolicName: String? = null

The symbolic name of data store.

Link copied to clipboard
val type: String? = null

The type of data store.

Link copied to clipboard
val uuid: String? = null

The uuid of data store.