Function get_repo_variables_list

Source
pub async fn get_repo_variables_list(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page: Option<i32>,
    limit: Option<i32>,
) -> Result<Vec<ActionVariable>, Error<GetRepoVariablesListError>>