import * as $dara from '@darabonba/typescript'; export declare class UninstallPromClusterResponseBody extends $dara.Model { /** * @remarks * The status code. The status code 200 indicates that the request was successful. * * @example * 200 */ code?: number; /** * @remarks * Indicates whether the request was successful. * * @example * true */ data?: string; /** * @remarks * The returned message. * * @example * message */ message?: string; /** * @remarks * The request ID. You can use the ID to find logs and troubleshoot issues. * * @example * 53980F48-DE82-53A1-9ADE-D2629226DD9A */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }