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

io.github.kryszak.gwatlin.clients.achievements.ApiInfoResponse.kt Maven / Gradle / Ivy

The newest version!
package io.github.kryszak.gwatlin.clients.achievements

import io.github.kryszak.gwatlin.api.apiinfo.model.SchemaVersion
import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
internal data class ApiInfoResponse(
    @SerialName("schema_versions") val schemaVersions: List
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy