GetServiceEventListResponse type
Enthält Antwortdaten für den getServiceEventList-Vorgang.
type GetServiceEventListResponse = ServiceEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ServiceEventUnion[]
}
}