import * as $dara from '@darabonba/typescript'; export declare class InstallClusterAddonsResponseBody extends $dara.Model { /** * @remarks * The cluster ID. * * @example * c82e6987e2961451182edacd74faf**** */ clusterId?: string; /** * @remarks * The request ID. * * @example * 687C5BAA-D103-4993-884B-C35E4314**** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-5a54309c80282e39ea0**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }