ListGithubEnterpriseConfigsResponse constructor

ListGithubEnterpriseConfigsResponse({
  1. List<GitHubEnterpriseConfig>? configs,
})

Implementation

ListGithubEnterpriseConfigsResponse({
  this.configs,
});