Values.InlineContentSourceContains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.
type nonrec t = {type_ : InlineContentType.t;The type of inline content to define.
*)byteContent : ByteContentDoc.t option;Contains information about content defined inline in bytes.
*)textContent : TextContentDoc.t option;Contains information about content defined inline in text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Blob of ByteContentBlob.t
| `String of ByteContentDocMimeTypeString.t ])
list ])
list ]