GetApplicationEventListResponse type
getApplicationEventList 操作の応答データを格納します。
type GetApplicationEventListResponse = ApplicationEventUnion[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationEventUnion[]
}
}