Values.RelatedItemUpdateContentSourceRepresents the content of a related item to be updated. This is a union type that can contain either comment content or custom content.
type nonrec t = {comment : CommentUpdateContent.t option;custom : CustomUpdateContent.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of
FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of CommentBody.t ])
list ])
list ]