ListGitRepositoryLinksResponse constructor

ListGitRepositoryLinksResponse({
  1. List<GitRepositoryLink>? gitRepositoryLinks,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListGitRepositoryLinksResponse({
  this.gitRepositoryLinks,
  this.nextPageToken,
  this.unreachable,
});