attributes property

Map<String, List<String>>? attributes
final

One or more custom attributes that describe the endpoint by associating a name with an array of values. You can use these attributes as filter criteria when you create segments.

Implementation

final Map<String, List<String>>? attributes;