ImportDestination class

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

Constructors

ImportDestination({ContactListDestination? contactListDestination, SuppressionListDestination? suppressionListDestination})
ImportDestination.fromJson(Map<String, dynamic> json)
factory

Properties

contactListDestination ContactListDestination?
An object that contains the action of the import job towards a contact list.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressionListDestination SuppressionListDestination?
An object that contains the action of the import job towards suppression list.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited