Answer

data class Answer(val formFieldKey: String, val value: String)

Represents an answer to a FormField.

Since

4.14.0

See also

Constructors

Link copied to clipboard
constructor(formFieldKey: String, value: String)

Properties

Link copied to clipboard

The key of the form field corresponding to this answer value.

Link copied to clipboard

The value of the answer recorded for the corresponding form field.