ExamplesBatchResponse type
Contém dados de resposta para a operação em lote.
type ExamplesBatchResponse = BatchLabelExample[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: BatchLabelExample[]
}
}