Values.ImportDestinationSourceAn object that contains details about the resource destination the import job is going to target.
type nonrec t = {suppressionListDestination : SuppressionListDestination.t option;An object that contains the action of the import job towards suppression list.
*)contactListDestination : ContactListDestination.t option;An object that contains the action of the import job towards a contact list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ContactListName.t ])
list ])
list ]