ISODate

data class ISODate(val attributeName: String, val isoDateString: String, val attributeLevel: UserAttributeLevel) : UserAttributeResult

A date attribute expressed as an ISO-8601 string was accepted.

Constructors

Link copied to clipboard
constructor(attributeName: String, isoDateString: String, attributeLevel: UserAttributeLevel)

Properties

Link copied to clipboard

The level at which the attribute was tracked.

Link copied to clipboard

The name of the attribute that was accepted.

Link copied to clipboard

The date value, as an ISO-8601 string, that was accepted.