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