import * as $dara from '@darabonba/typescript'; export declare class CreateResourcePackageResponseBodyData extends $dara.Model { /** * @example * OSSBAG-cn-****s */ instanceId?: string; /** * @example * 202407022550621 */ orderId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class CreateResourcePackageResponseBody extends $dara.Model { /** * @example * Success */ code?: string; data?: CreateResourcePackageResponseBodyData; /** * @example * Successful! */ message?: string; /** * @example * 202407022550621 */ orderId?: number; /** * @example * 6000EE23-274B-4E07-A697-FF2E999520A4 */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }