Поделиться через


ExamplesBatchResponse type

Содержит данные ответа для пакетной операции.

type ExamplesBatchResponse = BatchLabelExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: BatchLabelExample[]
  }
}