Values.CustomStructSourceThe custom structure represents a complex or higher-order data structure.
type nonrec t = {fullyQualifiedName : CustomStructFullyQualifiedNameString.t;The fully qualified name of the custom structure. For example, the fully qualified name of a custom structure might be ComplexDataTypes.VehicleDataTypes.SVMCamera.
*)description : Description.t option;A brief description of the custom structure.
*)deprecationMessage : Message.t option;The deprecation message for the node or the branch that was moved or deleted.
*)comment : Message.t option;A comment in addition to the description.
*)}val make :
?description:??? ->
?deprecationMessage:??? ->
?comment:??? ->
fullyQualifiedName:CustomStructFullyQualifiedNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of CustomStructFullyQualifiedNameString.t ]) list ]