ListGitLabConfigsResponse constructor
ListGitLabConfigsResponse({
- List<
GitLabConfig> ? gitlabConfigs, - String? nextPageToken,
Implementation
ListGitLabConfigsResponse({
this.gitlabConfigs,
this.nextPageToken,
});