RegistryTaskPlatform

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

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. Possible values are amd64, x86, 386, arm and arm64.

Link copied to clipboard
val os: String

The operating system type required for the task. Possible values are Windows and Linux.

Link copied to clipboard
val variant: String? = null

The variant of the CPU. Possible values are v6, v7, v8.