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