import * as $dara from '@darabonba/typescript'; export declare class UpgradeClusterAddonsResponseBody extends $dara.Model { /** * @remarks * The cluster ID. * * @example * cf4299b79b3e34226abfdc80a4bda**** */ clusterId?: string; /** * @remarks * The request ID. * * @example * bfd12953-31cb-42f1-8a36-7b80ec34**** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-62a944794ee141074400**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }