GetApplicationEventListResponse type
A getApplicationEventList művelet válaszadatait tartalmazza.
type GetApplicationEventListResponse = ApplicationEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationEventUnion[]
}
}