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

Hierarchy

Properties

description?: string

The description of the dashboard.

The edit permissions for the dashboard.

name: string

The name of the dashboard.

The share permissions for the dashboard.