FieldUpdateChange

Field value update payload.

Properties

Link copied to clipboard
abstract val timeZone: String?

Optional timezone id when value depends on locale (e.g., dates).

Link copied to clipboard
abstract val value: Any?

New value for the field (serialized friendly types).

Functions

Link copied to clipboard
abstract fun toJsonObject(): JsonObject
Link copied to clipboard
abstract fun toJsonString(): String
Link copied to clipboard
abstract fun toMap(): MutableMap<String, Any?>