TemporaryDiskResponse

data class TemporaryDiskResponse(val mountPath: String? = null, val sizeInGB: Int? = null)

Temporary disk payload

Constructors

Link copied to clipboard
constructor(mountPath: String? = null, sizeInGB: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountPath: String? = null

Mount path of the temporary disk

Link copied to clipboard
val sizeInGB: Int? = null

Size of the temporary disk in GB