added reanalyse if possible flag to analyse request

This commit is contained in:
Timo 2021-04-21 09:16:36 +03:00
parent 07b05b2d89
commit 0d63f9372f

View File

@ -16,6 +16,7 @@ public class AnalyzeRequest {
private String projectId;
private String fileId;
private String ruleSetId;
private boolean reanalyseOnlyIfPossible;
private ManualRedactions manualRedactions;
private OffsetDateTime lastProcessed;