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