Values.DeleteGitHubAccountTokenInputSourceRepresents the input of a DeleteGitHubAccount operation.
type nonrec t = {tokenName : GitHubAccountTokenName.t option;The name of the GitHub account connection to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GitHubAccountTokenName.t ]) list ]