Module Values.ApprovalRuleOverriddenEventMetadataSource

Returns information about an override event for approval rules for a pull request.

Sourcetype nonrec t = {
  1. revisionId : RevisionId.t option;
    (*

    The revision ID of the pull request when the override event occurred.

    *)
  2. overrideStatus : OverrideStatus.t option;
    (*

    The status of the override event.

    *)
}
Sourceval make : ?revisionId:??? -> ?overrideStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RevisionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t