import * as $dara from '@darabonba/typescript'; export declare class GetTimingSyntheticTaskRequest extends $dara.Model { /** * @remarks * The region ID. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The ID of the synthetic monitoring task. * * @example * 856566a9cb2a4cafa05aa95ed0ec8f21 */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }