GetServiceEventListResponse type
Contiene i dati di risposta per l'operazione getServiceEventList.
type GetServiceEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}