Values.DataSourceSummarySourceContains details about a data source.
type nonrec t = {knowledgeBaseId : Id.t option;The unique identifier of the knowledge base to which the data source belongs.
*)dataSourceId : Id.t option;The unique identifier of the data source.
*)name : Name.t option;The name of the data source.
*)status : DataSourceStatus.t option;The status of the data source.
*)description : Description.t option;The description of the data source.
*)updatedAt : DateTimestamp.t option;The time at which the data source was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Id.t
| `Timestamp of DateTimestamp.t ])
list ]