Share via


ModelAddEntityResponse type

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

type ModelAddEntityResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}