Module Values.CodegenGenericDataNonModelSource

Describes a non-model in a generic data schema.

Sourcetype nonrec t = {
  1. fields : CodegenGenericDataNonModelFields.t;
    (*

    The fields in a generic data schema non model.

    *)
}
Sourceval context_ : string
Sourceval make : fields:CodegenGenericDataNonModelFields.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `String of String_.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t