UserAttributesUpdateResult

data class UserAttributesUpdateResult(val ok: Boolean, val updatedAt: String)(source)

Result of updating user telemetry attributes via FeedbackClient.updateUserAttributes.

Constructors

Link copied to clipboard
constructor(ok: Boolean, updatedAt: String)

Properties

Link copied to clipboard
val ok: Boolean

Whether the attribute update was accepted by the server.

Link copied to clipboard

ISO 8601 timestamp when the attributes were saved.