import * as $dara from '@darabonba/typescript'; export declare class DescribeDiagnosticReportAttributesRequest extends $dara.Model { /** * @remarks * The region ID of the diagnostic report. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The ID of the diagnostic report. * * This parameter is required. * * @example * dr-i-uf6i0tv2refv8wz***** */ reportId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }