Values.UpdateRepositoryDescriptionInputSourceRepresents the input of an update repository description operation.
type nonrec t = {repositoryName : RepositoryName.t;The name of the repository to set or change the comment or description for.
*)repositoryDescription : RepositoryDescription.t option;The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
*)}