Function create_dashboard

Source
pub async fn create_dashboard(
    configuration: &Configuration,
    dashboard_details: DashboardDetails,
) -> Result<Dashboard, Error<CreateDashboardError>>
Expand description

Creates a dashboard. Permissions required: None.