import * as $dara from '@darabonba/typescript'; export declare class DeleteDiskRequest extends $dara.Model { /** * @remarks * The ID of the disk that you want to release. * * This parameter is required. * * @example * d-bp14k9cxvr5uzy5**** */ diskId?: string; ownerAccount?: string; ownerId?: number; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }