Get Os Profile
data class GetOsProfile(val computerName: String, val linuxes: List<GetOsProfileLinux>, val windows: List<GetOsProfileWindow>)
Constructors
Link copied to clipboard
constructor(computerName: String, linuxes: List<GetOsProfileLinux>, windows: List<GetOsProfileWindow>)