مشاركة عبر


GetServicesEventListResponse type

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

type GetServicesEventListResponse = ServiceEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceEventUnion[]
  }
}