Module Values.ImportDestinationSource

An object that contains details about the resource destination the import job is going to target.

Sourcetype nonrec t = {
  1. suppressionListDestination : SuppressionListDestination.t option;
    (*

    An object that contains the action of the import job towards suppression list.

    *)
  2. contactListDestination : ContactListDestination.t option;
    (*

    An object that contains the action of the import job towards a contact list.

    *)
}
Sourceval make : ?suppressionListDestination:??? -> ?contactListDestination:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of ContactListName.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t