Values.FieldOptionSourceObject for field Options information.
type nonrec t = {name : FieldOptionName.t;FieldOptionName has max length 100 and disallows trailing spaces.
*)value : FieldOptionValue.t;FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.
*)active : Boolean.t;Describes whether the FieldOption is active (displayed) or inactive.
*)}val make :
name:FieldOptionName.t ->
value:FieldOptionValue.t ->
active:Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of FieldOptionName.t ])
list ]