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