interface CreateDashboardRequest {
    description?: string;
    name: string;
    orgID: string;
}

Properties

description?: string

The user-facing description of the dashboard.

name: string

The user-facing name of the dashboard.

orgID: string

The ID of the organization that owns the dashboard.

MMNEPVFCICPMFPCPTTAAATR