Share via


ExamplesBatchResponse type

Contiene datos de respuesta para la operación por lotes.

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