GetContactResponse class

Constructors

GetContactResponse({String? attributesData, String? contactListName, DateTime? createdTimestamp, String? emailAddress, DateTime? lastUpdatedTimestamp, List<TopicPreference>? topicDefaultPreferences, List<TopicPreference>? topicPreferences, bool? unsubscribeAll})
GetContactResponse.fromJson(Map<String, dynamic> json)
factory

Properties

attributesData String?
The attribute data attached to a contact.
final
contactListName String?
The name of the contact list to which the contact belongs.
final
createdTimestamp DateTime?
A timestamp noting when the contact was created.
final
emailAddress String?
The contact's email addres.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimestamp DateTime?
A timestamp noting the last time the contact's information was updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicDefaultPreferences List<TopicPreference>?
The default topic preferences applied to the contact.
final
topicPreferences List<TopicPreference>?
The contact's preference for being opted-in to or opted-out of a topic.>
final
unsubscribeAll bool?
A boolean value status noting if the contact is unsubscribed from all contact list topics.
final

Methods

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

Operators

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