Values.CreateProjectRequestSourceCreates a project in the specified portal. Make sure that the project name and description don't contain confidential information.
type nonrec t = {portalId : ID.t;The ID of the portal in which to create the project.
*)projectName : Name.t;A friendly name for the project.
*)projectDescription : Description.t option;A description for the project.
*)clientToken : ClientToken.t option;A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ID.t ])
list ]