Values.EnvironmentDetailsEntitySourceThe details of a specified environment.
type nonrec t = {jobId : JobId.t option;The job ID.
*)environmentId : EnvironmentId.t option;The environment ID.
*)schemaVersion : String_.t option;The schema version in the environment.
*)template : Document.t option;The template used for the environment.
*)}