import * as $dara from '@darabonba/typescript'; export declare class CreateAlertContactGroupResponseBody extends $dara.Model { /** * @remarks * The ID of the alert contact group. * * @example * 446* */ contactGroupId?: string; /** * @remarks * The request ID. * * @example * 70675725-8F11-4817-8106-CFE0AD71**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }