import * as $dara from '@darabonba/typescript'; export declare class EnableMetricRequest extends $dara.Model { /** * @remarks * The cluster ID. * * This parameter is required. * * @example * ccfa5e34a5c1f4ce6b916a40a12151d88 */ clusterId?: string; /** * @remarks * The metric name. * * @example * kube_pod_container_status_ready */ dropMetric?: string; /** * @remarks * The region ID. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }