ExamplesBatchResponse type

Obsahuje data odpovědi pro dávkovou operaci.

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