ContainerMountTmpfsOptions

data class ContainerMountTmpfsOptions(val mode: Int? = null, val sizeBytes: Int? = null)

Constructors

Link copied to clipboard
constructor(mode: Int? = null, sizeBytes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: Int? = null
Link copied to clipboard
val sizeBytes: Int? = null