ResultFormResponseFormat

@JsonClass(generateAdapter = true)
class ResultFormResponseFormat(val result: FormResult) : FormResponseFormat

Represents a form response result.

Parameters

result

The result of the form response.

Constructors

Link copied to clipboard
constructor(result: FormResult)

Properties

Link copied to clipboard
Link copied to clipboard