This commit is contained in:
@@ -11,6 +11,12 @@ public class CostResponse {
|
||||
|
||||
private Boolean success;
|
||||
|
||||
@JsonProperty("max_files_for_check")
|
||||
private Integer maxFilesForCheck;
|
||||
|
||||
@JsonProperty("count_file")
|
||||
private Integer countFile;
|
||||
|
||||
@JsonProperty("tokens_count")
|
||||
private int needTokensCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user