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

games.august.counter.service.api.model.CounterSnapshot.kt Maven / Gradle / Ivy

There is a newer version: 0.0.11
Show newest version
package games.august.counter.service.api.model

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
internal data class CounterSnapshot(
    @SerialName("timestamp")
    val timestamp: String,
    @SerialName("time_resolution_seconds")
    val timeResolutionSeconds: Int,
    @SerialName("count")
    val total: BigNumber,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy