import * as $dara from '@darabonba/typescript'; export declare class UploadUserCertificateResponseBody extends $dara.Model { /** * @remarks * The ID of the certificate. * * @example * 12345 */ certId?: number; /** * @remarks * The ID of the request. * * @example * BDB81BA2-E1F5-4D08-A2DD-4BE2BF44C90E */ requestId?: string; /** * @remarks * The ID of the certificate instance. * * @example * cas-upload-xki1d0 */ resourceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }