Values.SourceCodeSourceObject containing source code information that is linked to an application component.
type nonrec t = {location : Location.t option;The repository name for the source code.
*)projectName : ProjectName.t option;The name of the project.
*)sourceVersion : SourceVersion.t option;The branch of the source code.
*)versionControl : VersionControl.t option;The type of repository to use for the source code.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of Location.t ]) list ]