Get Target Result
data class GetTargetResult(val id: String, val location: String? = null, val name: String, val properties: Any, val systemData: SystemDataResponse, val type: String)
Model that represents a Target resource.
Constructors
Link copied to clipboard
fun GetTargetResult(id: String, location: String? = null, name: String, properties: Any, systemData: SystemDataResponse, type: String)