Values.ProjectProfileSummarySourceThe summary of a project profile.
type nonrec t = {domainId : DomainId.t option;The domain ID of the project profile.
*)id : ProjectProfileId.t option;The ID of the project profile.
*)name : ProjectProfileName.t option;The name of a project profile.
*)description : Description.t option;The description of the project profile.
*)status : Status.t option;The status of a project profile.
*)createdBy : CreatedBy.t option;The user who created the project profile.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the project profile was created.
*)lastUpdatedAt : SyntheticTimestamp_date_time.t option;The timestamp at which a project profile was last updated.
*)domainUnitId : DomainUnitId.t option;The domain unit ID of the project profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]