Bulk
data class Bulk(val acceptedAttributes: Map<String, Any>, val skippedAttributes: Map<String, String>, val attributeLevel: UserAttributeLevel) : UserAttributeResult
A bulk map of attributes was processed and at least one attribute was accepted.
Constructors
Properties
Link copied to clipboard
The map of attribute keys to values that were accepted.
Link copied to clipboard
The level at which the attributes were tracked.
Link copied to clipboard
The attributes that were skipped during validation or failed to track, keyed by attribute name with the reason it was skipped as the value.