Dela via


ExamplesBatchResponse type

Innehåller svarsdata för batchåtgärden.

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