pub async fn create_dashboard(
configuration: &mut Configuration,
params: CreateDashboardParams,
) -> Result<Dashboard, Error<CreateDashboardError>>
Expand description
Create a new dashboard
pub async fn create_dashboard(
configuration: &mut Configuration,
params: CreateDashboardParams,
) -> Result<Dashboard, Error<CreateDashboardError>>
Create a new dashboard