import * as $dara from '@darabonba/typescript'; export declare class ResizeDiskResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 20413515388**** */ orderId?: string; /** * @remarks * The ID of the request. * * @example * F3CD6886-D8D0-4FEE-B93E-1B732396**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }