ListGitLabConfigsResponse constructor

ListGitLabConfigsResponse({
  1. List<GitLabConfig>? gitlabConfigs,
  2. String? nextPageToken,
})

Implementation

ListGitLabConfigsResponse({
  this.gitlabConfigs,
  this.nextPageToken,
});