GitRemoteSettings constructor

GitRemoteSettings({
  1. String? authenticationTokenSecretVersion,
  2. String? defaultBranch,
  3. String? effectiveDefaultBranch,
  4. String? gitRepositoryLink,
  5. SshAuthenticationConfig? sshAuthenticationConfig,
  6. String? tokenStatus,
  7. String? url,
})

Implementation

GitRemoteSettings({
  this.authenticationTokenSecretVersion,
  this.defaultBranch,
  this.effectiveDefaultBranch,
  this.gitRepositoryLink,
  this.sshAuthenticationConfig,
  this.tokenStatus,
  this.url,
});