Skip to content

Commit

Permalink
Add expireTimeValue to ApplyDatabaseParameter for frontend task initi…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
zijiacj committed Dec 17, 2024
1 parent e974d37 commit cc07697
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ public class ApplyDatabaseParameter implements Serializable, TaskParameters {
* Permission types to be applied for, required
*/
private List<DatabasePermissionType> types;
/**
* This property is required by the front end to initiate task again
*/
private String expireTimeValue;
/**
* Expiration time, null means no expiration, optional
*/
Expand Down

0 comments on commit cc07697

Please sign in to comment.