import * as $dara from '@darabonba/typescript'; export declare class UpdateContactGroupForAlertResponseBody extends $dara.Model { /** * @remarks * The message returned when the operation failed. * * @example * contact group illegal. */ msg?: string; /** * @remarks * The status of the update result. Valid values: * - true: The operation is successful. * - false: The operation failed. * * @example * true */ status?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }