Values.ExternalSourceSourceThe unique external source of the content contained in the wrapper object.
type nonrec t = {sourceType : ExternalSourceType.t;The source type of the external source wrapper object.
*)s3Location : S3ObjectDoc.t option;The S3 location of the external source wrapper object.
*)byteContent : ByteContentDoc.t option;The identifier, content type, and data of the external source wrapper object.
*)}val make :
?s3Location:??? ->
?byteContent:??? ->
sourceType:ExternalSourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Blob of ByteContentBlob.t | `String of KBS3Uri.t ])
list ])
list ]