import * as $dara from '@darabonba/typescript'; export declare class GetGrafanaWorkspaceRequest extends $dara.Model { /** * @remarks * The language. Valid values: zh and en. Default value: zh. * * @example * zh */ aliyunLang?: string; /** * @remarks * The ID of the workspace. * * This parameter is required. * * @example * grafana-cn-4xl3g****** */ grafanaWorkspaceId?: string; /** * @remarks * The region ID. Default value: cn-hangzhou. * * 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; }); }