SoftwareUpdateConfigurationTasksResponse

data class SoftwareUpdateConfigurationTasksResponse(val postTask: TaskPropertiesResponse? = null, val preTask: TaskPropertiesResponse? = null)

Task properties of the software update configuration.

Constructors

Link copied to clipboard
constructor(postTask: TaskPropertiesResponse? = null, preTask: TaskPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Post task properties.

Link copied to clipboard

Pre task properties.