Values.CaseAttachmentAttributesSourcetype nonrec t = {attachmentId : AttachmentId.t option;fileName : FileName.t option;attachmentStatus : CaseAttachmentStatus.t option;creator : PrincipalId.t option;createdDate : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AttachmentId.t
| `Timestamp of Timestamp.t ])
list ]