pub async fn list_folder_names(
configuration: &Configuration,
workspace: &str,
only_member_of: Option<bool>,
) -> Result<Vec<String>, Error<ListFolderNamesError>>
pub async fn list_folder_names(
configuration: &Configuration,
workspace: &str,
only_member_of: Option<bool>,
) -> Result<Vec<String>, Error<ListFolderNamesError>>