GetContactResponse constructor

GetContactResponse({
  1. String? attributesData,
  2. String? contactListName,
  3. DateTime? createdTimestamp,
  4. String? emailAddress,
  5. DateTime? lastUpdatedTimestamp,
  6. List<TopicPreference>? topicDefaultPreferences,
  7. List<TopicPreference>? topicPreferences,
  8. bool? unsubscribeAll,
})

Implementation

GetContactResponse({
  this.attributesData,
  this.contactListName,
  this.createdTimestamp,
  this.emailAddress,
  this.lastUpdatedTimestamp,
  this.topicDefaultPreferences,
  this.topicPreferences,
  this.unsubscribeAll,
});