Values.CreateCustomPluginRequestSourceCreates a custom plugin using the specified properties.
type nonrec t = {contentType : CustomPluginContentType.t;The type of the plugin file.
*)description : string option;A summary description of the custom plugin.
*)location : CustomPluginLocation.t;Information about the location of a custom plugin.
*)name : string;The name of the custom plugin.
*)}val make :
?description:??? ->
?tags:??? ->
contentType:CustomPluginContentType.t ->
location:CustomPluginLocation.t ->
name:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of string
| `Structure of
(string * [> `Structure of (string * [> `String of string ]) list ])
list ])
list ]