import * as $dara from '@darabonba/typescript'; export declare class GrafanaWorkspaceDashboardReport extends $dara.Model { /** * @example * 1680861352600 */ gmtCreate?: number; /** * @example * grafana-cn-********** */ grafanaWorkspaceId?: string; /** * @example * 1 */ id?: number; /** * @example * 1680861352600 */ lastSendTime?: number; msg?: string; name?: string; /** * @example * ******@aliyun.com */ reportChannelTarget?: string; /** * @example * Email */ reportChannelType?: string; /** * @example * Grid,Simple */ reportStyle?: string; /** * @example * Image */ reportType?: string; status?: string; /** * @example * 1 */ triggerDay?: string; /** * @example * 12:25 */ triggerTime?: string; /** * @example * ByWeek */ triggerType?: string; /** * @example * Dashboard URL */ url?: string; userId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }