GetApplicationEventListResponse type
包含 getApplicationEventList作的响应数据。
type GetApplicationEventListResponse = ApplicationEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationEventUnion[]
}
}