pub async fn exists_folder(
configuration: &Configuration,
workspace: &str,
name: &str,
) -> Result<bool, Error<ExistsFolderError>>
pub async fn exists_folder(
configuration: &Configuration,
workspace: &str,
name: &str,
) -> Result<bool, Error<ExistsFolderError>>