EVSearchResponse

public struct EVSearchResponse

A response structure that contains EV search results.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an EVSearchResponse with provided EV search results.

    Declaration

    Swift

    public init(results: [EVSearchResult])

    Parameters

    results

    The EV search results returned from the EV Search API.

  • The EV search results returned from the EV Search API.

    Declaration

    Swift

    public let results: [EVSearchResult]