import * as $dara from '@darabonba/typescript'; export declare class DisableMetricRulesRequest extends $dara.Model { regionId?: string; /** * @remarks * The ID of the alert rule. Valid values of N: 1 to 20. * * This parameter is required. * * @example * detect_87****_HTTP_HttpLatency */ ruleId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }