All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.elderscrollslegends.ResultCounters.kt Maven / Gradle / Ivy

Go to download

A java wrapper around the Elder Scrolls: Legends API of https://elderscrollslegends.io

The newest version!
package io.elderscrollslegends

import com.fasterxml.jackson.annotation.JsonProperty

open class ResultCounters (
    @JsonProperty("_pageSize")
    open val pageSize: Int,
    @JsonProperty("_totalCount")
    open val totalCount: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy