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

Link copied to clipboard
constructor(acceptedAttributes: Map<String, Any>, skippedAttributes: Map<String, String>, attributeLevel: UserAttributeLevel)

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.