import * as $dara from '@darabonba/typescript'; export declare class ModifyInstanceClockOptionsResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; /** * @remarks * The ID of the modification task. * * You can call the [DescribeTasks](https://help.aliyun.com/document_detail/25622.html) operation to query the modification results. * * @example * t-bp1hvgwromzv32iq**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }