Skip to content

Commit e506128

Browse files
committed
fix: bundle web url field
1 parent 098f121 commit e506128

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/crowdin/client/bundles/model

1 file changed

+1
-0
lines changed

src/main/java/com/crowdin/client/bundles/model/Bundle.java

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class Bundle {
1818
private Boolean includeProjectSourceLanguage;
1919
private List<Long> labelIds;
2020
private List<Long> excludeLabelIds;
21+
private String webUrl;
2122
private Date createdAt;
2223
private Date updatedAt;
2324
}

0 commit comments

Comments
 (0)