Details of a dashboard.

interface CopyDashboard {
    description?: string;
    editPermissions: Version2.Version2Models.SharePermission[];
    id: string;
    name: string;
    sharePermissions: Version2.Version2Models.SharePermission[];
}

Hierarchy (view full)

Properties

description?: string

The description of the dashboard.

The edit permissions for the dashboard.

id: string
name: string

The name of the dashboard.

The share permissions for the dashboard.