Get Configuration Install Patch
data class GetConfigurationInstallPatch(val linuxes: List<GetConfigurationInstallPatchLinux>, val reboot: String, val windows: List<GetConfigurationInstallPatchWindow>)
Constructors
Link copied to clipboard
constructor(linuxes: List<GetConfigurationInstallPatchLinux>, reboot: String, windows: List<GetConfigurationInstallPatchWindow>)