pub async fn get_dashboard(
    configuration: &Configuration,
    zone: &str,
    organization: Option<&str>,
    project: Option<&str>
) -> Result<ScalewayPeriodInstancePeriodV1PeriodGetDashboardResponse, Error<GetDashboardError>>