import * as $dara from '@darabonba/typescript'; export declare class DeleteDeploymentSetRequest extends $dara.Model { /** * @remarks * The ID of the deployment set that you want to delete. * * This parameter is required. * * @example * ds-bp1g5ahlkal88d7x**** */ deploymentSetId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the deployment set. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }