SoftwareUpdateConfigurationPreTask

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

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

Specifies a map of parameters for the task.

Link copied to clipboard
val source: String? = null

The name of the runbook for the pre task.