Get Service Task Result
data class GetServiceTaskResult(val etag: String? = null, val id: String, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)
A task resource
Constructors
Link copied to clipboard
fun GetServiceTaskResult(etag: String? = null, id: String, name: String, properties: Any, systemData: SystemDataResponse, type: String)