ExamplesBatchResponse type

يحتوي على بيانات الاستجابة لعملية الدفعة.

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