GetContactResponse constructor
GetContactResponse({
- String? attributesData,
- String? contactListName,
- DateTime? createdTimestamp,
- String? emailAddress,
- DateTime? lastUpdatedTimestamp,
- List<
TopicPreference> ? topicDefaultPreferences, - List<
TopicPreference> ? topicPreferences, - bool? unsubscribeAll,
Implementation
GetContactResponse({
this.attributesData,
this.contactListName,
this.createdTimestamp,
this.emailAddress,
this.lastUpdatedTimestamp,
this.topicDefaultPreferences,
this.topicPreferences,
this.unsubscribeAll,
});