PlatformPropertiesResponse

data class PlatformPropertiesResponse(val architecture: String? = null, val os: String, val variant: String? = null)

The platform properties against which the run has to happen.

Constructors

Link copied to clipboard
constructor(architecture: String? = null, os: String, variant: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val architecture: String? = null

The OS architecture.

Link copied to clipboard
val os: String

The operating system type required for the run.

Link copied to clipboard
val variant: String? = null

Variant of the CPU.