import * as $dara from '@darabonba/typescript'; export declare class UpdateContactGroupForAlertRequest extends $dara.Model { /** * @remarks * The name of the alert metric contact group. * * @example * sample */ alertRuleGroupName?: string; /** * @remarks * The list of contact group IDs. */ contactGroupIds?: number[]; /** * @remarks * The name of the CR instance. * * @example * sample */ crName?: string; /** * @remarks * The namespace in which the resource resides. * * @example * default */ namespace?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }