Values.ExportDataSourceSourceAn object that contains details about the data source of the export job. It can only contain one of MetricsDataSource or MessageInsightsDataSource object.
type nonrec t = {metricsDataSource : MetricsDataSource.t option;messageInsightsDataSource : MessageInsightsDataSource.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of MessageInsightsExportMaxResults.t
| `List of
[> `Structure of (string * [> `Enum of string ]) list ]
list
| `Map of
([> `Enum of string ]
* [> `List of [> `String of MetricDimensionValue.t ] list ])
list
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of InsightsEmailAddress.t ]
list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]