Values.UpdateLensReviewInputSourceInput for update lens review.
type nonrec t = {workloadId : WorkloadId.t;lensAlias : LensAlias.t;lensNotes : Notes.t option;pillarNotes : PillarNotes.t option;jiraConfiguration : JiraSelectedQuestionConfiguration.t option;Configuration of the Jira integration.
*)}val make :
?lensNotes:??? ->
?pillarNotes:??? ->
?jiraConfiguration:??? ->
workloadId:WorkloadId.t ->
lensAlias:LensAlias.t ->
unit ->
tval 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 ]