AutoCompleteResponse

AutoCompleteResponse
AutoCompleteResponse

The Autocompletion response for any given query string.

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "result_count": 0,
    "sort_by": "string",
    "sort_ascending": false,
    "cursor": "string",
    "results": [
        "string"
    ]
}