EndpointUser class

Specifies data for one or more attributes that describe the user who's associated with an endpoint.

Constructors

EndpointUser({Map<String, List<String>>? userAttributes, String? userId})
EndpointUser.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAttributes Map<String, List<String>>?
One or more custom attributes that describe the user by associating a name with an array of values. For example, the value of an attribute named Interests might be: "Science", "Music", "Travel". You can use these attributes as filter criteria when you create segments. Attribute names are case sensitive.
final
userId String?
The unique identifier for the user.
final

Methods

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

Operators

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