import * as $dara from '@darabonba/typescript'; export declare class GetCloudClusterAllUrlRequest extends $dara.Model { /** * @remarks * The ID of the CloudMonitor instance. * * @example * ca9676014babd4 */ clusterId?: string; /** * @remarks * The region ID. * * @example * cn-beijing */ regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }