ModelListEntitySuggestionsResponse type
listEntitySuggestions 操作の応答データを格納します。
type ModelListEntitySuggestionsResponse = EntitiesSuggestionExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: EntitiesSuggestionExample[]
}
}