CIOAutocompleteResponse

public struct CIOAutocompleteResponse

Struct representing the autocomplete data response from the server.

  • List of results broken down by sections

    Declaration

    Swift

    public let sections: [String : [CIOAutocompleteResult]]
  • Additional information about the request and result ID

    Declaration

    Swift

    public let json: JSONObject
  • Request object used to retrieve the Autocomplete Response

    Declaration

    Swift

    public var request: JSONObject