GetServiceEventListResponse type
يحتوي على بيانات الاستجابة لعملية getServiceEventList.
type GetServiceEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}