import * as $dara from '@darabonba/typescript'; export declare class UpdateAlertContactResponseBody extends $dara.Model { /** * @remarks * Indicates whether the alert contact was updated. Valid values: * * * true: The alert contact was updated. * * false: The alert contact failed to be updated. * * @example * true */ isSuccess?: boolean; /** * @remarks * The ID of the request. * * @example * 1A474FF8-7861-4D00-81B5-5BC3DA4E**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }