import * as $dara from '@darabonba/typescript'; export declare class DeletePrometheusGlobalViewRequest extends $dara.Model { /** * @remarks * The ID of the global aggregation instance. * * This parameter is required. * * @example * global-v2-cn-1670100631025794-amaykca4 */ globalViewClusterId?: 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; }); }