Software Update Configuration Tasks Response
data class SoftwareUpdateConfigurationTasksResponse(val postTask: TaskPropertiesResponse? = null, val preTask: TaskPropertiesResponse? = null)
Task properties of the software update configuration.
Constructors
Link copied to clipboard
fun SoftwareUpdateConfigurationTasksResponse(postTask: TaskPropertiesResponse? = null, preTask: TaskPropertiesResponse? = null)