import * as $dara from '@darabonba/typescript'; export declare class ModifyClusterNodePoolResponseBody extends $dara.Model { /** * @remarks * Node pool ID. * * @example * np737c3ac1ac684703b9e10673aa2c**** */ nodepoolId?: string; /** * @remarks * Request ID. * * @example * 687C5BAA-D103-4993-884B-C35E4314**** */ requestId?: string; /** * @remarks * Task ID. * * @example * T-5fd211e924e1d00787000293 */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }