Module Values.UpdateLensReviewInputSource

Input for update lens review.

Sourcetype nonrec t = {
  1. workloadId : WorkloadId.t;
  2. lensAlias : LensAlias.t;
  3. lensNotes : Notes.t option;
  4. pillarNotes : PillarNotes.t option;
  5. jiraConfiguration : JiraSelectedQuestionConfiguration.t option;
    (*

    Configuration of the Jira integration.

    *)
}
Sourceval context_ : string
Sourceval make : ?lensNotes:??? -> ?pillarNotes:??? -> ?jiraConfiguration:??? -> workloadId:WorkloadId.t -> lensAlias:LensAlias.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of PillarId.t ] * [> `String of Notes.t ]) list | `String of WorkloadId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of SelectedQuestionId.t ] list | `String of PillarId.t ]) list ] list ]) list ]) 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