@@ -59,6 +59,21 @@ public class FileInfoUserResponse {
|
||||
@JsonProperty("audios_violations")
|
||||
private Integer audiosViolations;
|
||||
|
||||
@JsonProperty("document_size")
|
||||
private Long documentSize;
|
||||
|
||||
@JsonProperty("document_quantity")
|
||||
private Integer documentCount;
|
||||
|
||||
@JsonProperty("document_check")
|
||||
private Integer documentCheck;
|
||||
|
||||
@JsonProperty("document_violations")
|
||||
private Integer documentViolations;
|
||||
|
||||
@JsonProperty("protected_document_files_count")
|
||||
private Long protectedDocumentFilesCount;
|
||||
|
||||
@JsonProperty("protected_files_count")
|
||||
private Long protectedFilesCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user