Values.ApprovalRuleOverriddenEventMetadataSourceReturns information about an override event for approval rules for a pull request.
type nonrec t = {revisionId : RevisionId.t option;The revision ID of the pull request when the override event occurred.
*)overrideStatus : OverrideStatus.t option;The status of the override event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RevisionId.t ]) list ]