pub async fn schedule_project(
configuration: &Configuration,
id_pipe_slug: &str,
schedule: Option<Schedule>,
) -> Result<(), Error<ScheduleProjectError>>
pub async fn schedule_project(
configuration: &Configuration,
id_pipe_slug: &str,
schedule: Option<Schedule>,
) -> Result<(), Error<ScheduleProjectError>>