import * as $dara from '@darabonba/typescript'; export declare class BatchUpdateNoticeStatusResponseBody extends $dara.Model { /** * @remarks * The ID of the request, which is the unique identifier generated by Alibaba Cloud for the request. The ID can be used to troubleshoot and locate issues. * * @example * 3F60357E-76D2-52AD-B3EB-D86276755814 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }