Values.RuleRevisionSourceThe change to a rule that creates a revision of the rule.
type nonrec t = {revisionId : Revision.t option;The system-generated unique ID that identifies the revision number of the rule.
*)revisionChangeId : RevisionChangeIdentifier.t option;The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
*)created : Timestamp.t option;The date and time when the most recent version of the rule was created, in timestamp format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Revision.t | `Timestamp of Timestamp.t ]) list ]