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