ModelListEntitySuggestionsResponse type
Содержит данные ответа для операции listEntitySuggestions.
type ModelListEntitySuggestionsResponse = EntitiesSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntitiesSuggestionExample[]
}
}