pub async fn org_list_labels( configuration: &Configuration, org: &str, page: Option<i32>, limit: Option<i32>, ) -> Result<Vec<Label>, Error<OrgListLabelsError>>