Values.RevisionSourceInformation about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.
type nonrec t = {branch : BranchName.t option;The branch name for a specific revision.
*)directory : Directory.t option;The directory, if any, for a specific revision.
*)ownerId : OwnerId.t option;The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.
*)repositoryName : RepositoryName.t option;The repository name for a specific revision.
*)providerType : ProviderType.t option;The provider type for a revision, such as GitHub.
*)sha : SHA.t option;The SHA, such as the commit ID, for a specific revision.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BranchName.t ]) list ]