Nux
data class Nux(val id: String, val completed: Boolean, val data: String? = null, val expiresAt: Timestamp? = null)
A new user experiences (NUX) storage object
Parameters
data
Arbitrary data for the NUX. The structure is defined by the NUX itself. Limited to 300 characters.
expires At
The date and time at which the NUX will expire and should be considered completed.