Configuration Install Patches
data class ConfigurationInstallPatches(val linuxes: List<ConfigurationInstallPatchesLinux>? = null, val reboot: String? = null, val windows: List<ConfigurationInstallPatchesWindow>? = null)
Constructors
Link copied to clipboard
constructor(linuxes: List<ConfigurationInstallPatchesLinux>? = null, reboot: String? = null, windows: List<ConfigurationInstallPatchesWindow>? = null)