ResendListContactsResponseContact class

Class holding the data of a contact

Constructors

ResendListContactsResponseContact.new({required String contactId, required String email, String? firstName, String? lastName, required DateTime createdAt, required bool unsubscribed})
Constructor of ResendListAudiencesResponseAudience
const
ResendListContactsResponseContact.fromJson(Json json)
Factory method for creating a ResendListContactsResponseContact instance from a JSON object
factory

Properties

contactId String
The ID of the contact
final
createdAt DateTime
The time of creation of the contact
final
email String
The email of the contact
final
firstName String?
The first name of the contact
final
hashCode int
The hash code for this object.
no setterinherited
lastName String?
The last name of the contact
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unsubscribed bool
Indicator if the contact unsubscribed
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