Skip to content

Commit

Permalink
update response object from pen
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfofanov committed Feb 2, 2024
1 parent cebf285 commit 719e5c7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties

@JsonIgnoreProperties(ignoreUnknown = true)
data class Delingstall(
var arskull: Long,
var alder: Long,
var maned: Long,
var arskull: Int,
var alder: Alder,
var delingstall: Double,
)

0 comments on commit 719e5c7

Please sign in to comment.