attributes property
One or more custom attributes that describe the endpoint by associating a
name with an array of values. For example, the value of a custom attribute
named Interests might be: "Science", "Music", "Travel"
. You can use these
attributes as filter criteria when you create segments.
Implementation
final Map<String, List<String>>? attributes;