Get Entity Query Result
data class GetEntityQueryResult(val etag: String? = null, val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val type: String)
Specific entity query.
Constructors
Link copied to clipboard
fun GetEntityQueryResult(etag: String? = null, id: String, kind: String, name: String, systemData: SystemDataResponse, type: String)