Values.SourceCodeRepositorySourceObject containing source code information that is linked to an application component.
type nonrec t = {branch : String_.t option;The branch of the source code.
*)projectName : String_.t option;The name of the project.
*)repository : String_.t option;The repository name for the source code.
*)versionControlType : String_.t option;The type of repository to use for the source code.
*)}