Platform Properties Response
data class PlatformPropertiesResponse(val architecture: String? = null, val os: String, val variant: String? = null)
The platform properties against which the run has to happen.
The platform properties against which the run has to happen.