Values.CustomPluginRevisionSummarySourceDetails about the revision of a custom plugin.
type nonrec t = {contentType : CustomPluginContentType.t option;The format of the plugin file.
*)creationTime : string option;The time that the custom plugin was created.
*)description : string option;The description of the custom plugin.
*)fileDescription : CustomPluginFileDescription.t option;Details about the custom plugin file.
*)location : CustomPluginLocationDescription.t option;Information about the location of the custom plugin.
*)revision : Awso.Import.Int64.t option;The revision of the custom plugin.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of string ])
list ]