Udostępnij za pośrednictwem


GetCustomModelResponse type

Zawiera dane odpowiedzi dla operacji getCustomModel.

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