EvSearchResponse

class EvSearchResponse(val results: List<EvSearchResult> = emptyList())

Response from the EV Search API.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(results: List<EvSearchResult> = emptyList())

Properties

Link copied to clipboard

The EV search results returned from the EV Search API.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String