Module Values.PluginDescriptionSource

The description of the plugin.

Sourcetype nonrec t = {
  1. customPlugin : CustomPluginDescription.t option;
    (*

    Details about a custom plugin.

    *)
}
Sourceval make : ?customPlugin:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) 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