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.
Model that represents a Target resource.