Values.ManagedRuleGroupVersionSourceDescribes a single version of a managed rule group.
type nonrec t = {name : VersionKeyString.t option;The version name.
*)lastUpdateTimestamp : Timestamp.t option;The date and time that the managed rule group owner updated the rule group version information.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of VersionKeyString.t | `Timestamp of Timestamp.t ])
list ]