Delen via


GetCustomModelResponse type

Bevat antwoordgegevens voor de bewerking getCustomModel.

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