Share via


GetCustomModelResponse type

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

type GetCustomModelResponse = ModelResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelResult
  }
}