Module Values.PolicyParameterSource

Name of the parameter from the Review policy.

Sourcetype nonrec t = {
  1. key : String_.t option;
    (*

    Name of the parameter from the list of Review Polices.

    *)
  2. values : StringList.t option;
    (*

    The list of values of the Parameter

    *)
  3. mapEntries : ParameterMapEntryList.t option;
    (*

    List of ParameterMapEntry objects.

    *)
}
Sourceval make : ?key:??? -> ?values:??? -> ?mapEntries:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.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