Module Values.GetLensReviewInputSource

Input to get lens review.

Sourcetype nonrec t = {
  1. workloadId : WorkloadId.t;
  2. lensAlias : LensAlias.t;
  3. milestoneNumber : MilestoneNumber.t option;
}
Sourceval context_ : string
Sourceval make : ?milestoneNumber:??? -> workloadId:WorkloadId.t -> lensAlias:LensAlias.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MilestoneNumber.t | `String of WorkloadId.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