toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final authenticationTokenSecretVersion =
this.authenticationTokenSecretVersion;
final defaultBranch = this.defaultBranch;
final effectiveDefaultBranch = this.effectiveDefaultBranch;
final gitRepositoryLink = this.gitRepositoryLink;
final sshAuthenticationConfig = this.sshAuthenticationConfig;
final tokenStatus = this.tokenStatus;
final url = this.url;
return {
'authenticationTokenSecretVersion': ?authenticationTokenSecretVersion,
'defaultBranch': ?defaultBranch,
'effectiveDefaultBranch': ?effectiveDefaultBranch,
'gitRepositoryLink': ?gitRepositoryLink,
'sshAuthenticationConfig': ?sshAuthenticationConfig,
'tokenStatus': ?tokenStatus,
'url': ?url,
};
}