Values_1.PutVerificationStateOnViolationRequestSourceSet a verification state and provide a description of that verification state on a violation (detect alarm).
type nonrec t = {violationId : Values_0.ViolationId.t;The violation ID.
*)verificationState : Values_0.VerificationState.t;The verification state of the violation.
*)verificationStateDescription : Values_0.VerificationStateDescription.t option;The description of the verification state of the violation (detect alarm).
*)}val make :
?verificationStateDescription:??? ->
violationId:Values_0.ViolationId.t ->
verificationState:Values_0.VerificationState.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ViolationId.t ]) list ]