import * as $dara from '@darabonba/typescript'; export declare class CreateDiagnosticMetricSetResponseBody extends $dara.Model { /** * @remarks * The ID of the diagnostic metric set, which is the unique identifier of the set. * * @example * dms-o7ymuutup5l***** */ metricSetId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE***** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }