Values.CreateProjectRequestSourceCreates a project in a specified space.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)displayName : ProjectDisplayName.t;The friendly name of the project that will be displayed to users.
*)description : ProjectDescription.t option;The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.
*)}val make :
?description:??? ->
spaceName:NameString.t ->
displayName:ProjectDisplayName.t ->
unit ->
t