GetContactListResponse class
Constructors
Properties
- contactListName → String?
-
The name of the contact list.
final
- createdTimestamp → DateTime?
-
A timestamp noting when the contact list was created.
final
- description → String?
-
A description of what the contact list is about.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTimestamp → DateTime?
-
A timestamp noting the last time the contact list was updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The tags associated with a contact list.
final
-
topics
→ List<
Topic> ? -
An interest group, theme, or label within a list. A contact list can have
multiple 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