Values.MessageInsightsDataSourceSourceAn object that contains filters applied when performing the Message Insights export.
type nonrec t = {startDate : Timestamp.t;Represents the start date for the export interval as a timestamp. The start date is inclusive.
*)endDate : Timestamp.t;Represents the end date for the export interval as a timestamp. The end date is inclusive.
*)include_ : MessageInsightsFilters.t option;Filters for results to be included in the export file.
*)exclude : MessageInsightsFilters.t option;Filters for results to be excluded from the export file.
*)maxResults : MessageInsightsExportMaxResults.t option;The maximum number of results.
*)}val make :
?include_:??? ->
?exclude:??? ->
?maxResults:??? ->
startDate:Timestamp.t ->
endDate:Timestamp.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MessageInsightsExportMaxResults.t
| `Structure of
(string
* [> `List of
[> `Enum of string | `String of InsightsEmailAddress.t ]
list ])
list
| `Timestamp of Timestamp.t ])
list ]