Values.ByteContentDocSourceContains the document contained in the wrapper object, along with its attributes/fields.
type nonrec t = {identifier : Identifier.t;The file name of the document contained in the wrapper object.
*)contentType : ContentType.t;The MIME type of the document contained in the wrapper object.
*)data : ByteContentBlob.t;The byte value of the file to upload, encoded as a Base-64 string.
*)}val make :
identifier:Identifier.t ->
contentType:ContentType.t ->
data:ByteContentBlob.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of ByteContentBlob.t | `String of Identifier.t ])
list ]