次の方法で共有


ModelListEntitySuggestionsResponse type

listEntitySuggestions 操作の応答データを格納します。

type ModelListEntitySuggestionsResponse = EntitiesSuggestionExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntitiesSuggestionExample[]
  }
}