import * as $dara from '@darabonba/typescript'; export declare class DeleteBandwidthPackageRequest extends $dara.Model { /** * @remarks * The ID of the bandwidth package to delete. * * This parameter is required. */ bandwidthPackageId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the region where the bandwidth package is located. * * This parameter is required. */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }