GetServiceEventListResponse type
Содержит данные ответа для операции getServiceEventList.
type GetServiceEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}