pub async fn list_resource(
configuration: &Configuration,
workspace: &str,
page: Option<i32>,
per_page: Option<i32>,
resource_type: Option<&str>,
resource_type_exclude: Option<&str>,
path_start: Option<&str>,
) -> Result<Vec<ListableResource>, Error<ListResourceError>>