CustomField

interface CustomField

Represents all data about a single custom field. Please note that the implementations that use this field can use distinctions by id to pick only a singular value.

Never create or pass same ids with different values if you don't want the latest values, it can lead to unexpected consequences.

Consult the documentation for given implementation.

Properties

Link copied to clipboard
abstract val id: String

Identifier or name of given property in custom field. Consult a representative for more information.

Link copied to clipboard
abstract val updatedAt: Date

Timestamp when the instance was created (for locally created) or submitted to the backend.

Link copied to clipboard
abstract val value: String

Value for given identifier.