Get Job Result
data class GetJobResult(val id: String, val name: String, val properties: JobResourcePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Job resource payload
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: JobResourcePropertiesResponse, systemData: SystemDataResponse, type: String)