Get Job Collection Result
data class GetJobCollectionResult(val id: String, val location: String? = null, val name: String? = null, val properties: JobCollectionPropertiesResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
fun GetJobCollectionResult(id: String, location: String? = null, name: String? = null, properties: JobCollectionPropertiesResponse, tags: Map<String, String>? = null, type: String)