Skip to content

Commit fc642fd

Browse files
committed
TEJ-1566: Add rtsDecoder option
1 parent 0912644 commit fc642fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

model/src/main/java/com/basistech/rosette/apimodel/EntitiesOptions.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,9 @@ public class EntitiesOptions extends Options {
7373
* @return the includePermID flag.
7474
*/
7575
private final Boolean includePermID;
76+
77+
/**
78+
* @return the RTS workspace id.
79+
*/
80+
private final String rtsDecoder;
7681
}

0 commit comments

Comments
 (0)