Values.RepositoryNameIdPairSourceInformation about a repository name and ID.
type nonrec t = {repositoryName : RepositoryName.t option;The name associated with the repository.
*)repositoryId : RepositoryId.t option;The ID associated with the repository.
*)}