Get Custom Api Result
data class GetCustomApiResult(val etag: String? = null, val id: String, val location: String? = null, val name: String, val properties: CustomApiPropertiesDefinitionResponse, val tags: Map<String, String>? = null, val type: String)
A custom API