import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceDashboardSync extends $dara.Model { /** * @example * testTitle */ dashboardTitle?: string; /** * @example * https://g.console.aliyun.com/d/1098370038733503-14960236-422-3/ack-pro-apiserver */ dashboardURL?: string; /** * @example * xxxdvxsea */ dashboardUid?: string; /** * @example * 123456 */ folderId?: string; /** * @example * test */ folderTitle?: string; /** * @example * https://g.console.aliyun.com/d/1098370038733503-14960236-422-3/ack-pro-apiserver */ folderURL?: string; /** * @example * vxeupqn */ folderUid?: string; /** * @example * 1 */ orgId?: string; /** * @example * user123 */ orgName?: string; /** * @example * normal */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }