import * as $dara from '@darabonba/typescript'; export declare class DeleteScenarioRequest extends $dara.Model { /** * @remarks * The ID of the region. * * @example * cn-zhangjaikou */ regionId?: string; /** * @remarks * The ID of the business monitoring job. You can obtain the ID by calling the ListScenario operation. * * This parameter is required. * * @example * 132 */ scenarioId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }