Skip to content

Commit 4236778

Browse files
authored
feat: add FileReference model
1 parent 828f581 commit 4236778

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.crowdin.client.filereferences.model;
2+
3+
import lombok.Data;
4+
5+
@Data
6+
public class FileReference {
7+
private Long id;
8+
private String name;
9+
private String type;
10+
private Long projectId;
11+
}

0 commit comments

Comments
 (0)