import * as $dara from '@darabonba/typescript'; export declare class DeleteVscRequest extends $dara.Model { /** * @example * 123e4567-e89b-1**3-a456-426655440000 */ clientToken?: string; /** * @example * false */ dryRun?: boolean; ownerAccount?: string; ownerId?: number; /** * @remarks * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * This parameter is required. * * @example * vsc-bp1j8y**etwq1ow3jal */ vscId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }