DeleteGitHubAccountTokenOutput constructor

DeleteGitHubAccountTokenOutput({
  1. String? tokenName,
})

Implementation

DeleteGitHubAccountTokenOutput({
  this.tokenName,
});