Values.GetDevEnvironmentRequestSourceReturns information about a Dev Environment for a source repository in a project. Dev Environments are specific to the user who creates them.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)id : Uuid.t;The system-generated unique ID of the Dev Environment for which you want to view information. To retrieve a list of Dev Environment IDs, use ListDevEnvironments.
*)}