Values_0.AttachmentContentSourceA structure that includes attributes that describe a document attachment.
type nonrec t = {name : AttachmentName.t option;The name of an attachment.
*)size : ContentLength.t option;The size of an attachment in bytes.
*)hash : AttachmentHash.t option;The cryptographic hash value of the document content.
*)hashType : AttachmentHashType.t option;The hash algorithm used to calculate the hash value.
*)url : AttachmentUrl.t option;The URL location of the attachment content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ContentLength.t
| `String of AttachmentName.t ])
list ]