suppressionListImportAction property

SuppressionListImportAction suppressionListImportAction
final

The type of action that you want to perform on the address. Acceptable values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.

Implementation

final SuppressionListImportAction suppressionListImportAction;