ListGitRepositoryLinksResponse constructor
ListGitRepositoryLinksResponse({
- List<
GitRepositoryLink> ? gitRepositoryLinks, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListGitRepositoryLinksResponse({
this.gitRepositoryLinks,
this.nextPageToken,
this.unreachable,
});