TaskPropertiesResponse

data class TaskPropertiesResponse(val parameters: Map<String, String>? = null, val source: String? = null)

Task properties of the software update configuration.

Constructors

Link copied to clipboard
constructor(parameters: Map<String, String>? = null, source: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameters: Map<String, String>? = null

Gets or sets the parameters of the task.

Link copied to clipboard
val source: String? = null

Gets or sets the name of the runbook.