We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098f121 commit e506128Copy full SHA for e506128
src/main/java/com/crowdin/client/bundles/model/Bundle.java
@@ -18,6 +18,7 @@ public class Bundle {
18
private Boolean includeProjectSourceLanguage;
19
private List<Long> labelIds;
20
private List<Long> excludeLabelIds;
21
+ private String webUrl;
22
private Date createdAt;
23
private Date updatedAt;
24
}
0 commit comments