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

commonMain.dev.tiebe.magisterapi.response.general.year.Profile.kt Maven / Gradle / Ivy

The newest version!
package dev.tiebe.magisterapi.response.general.year

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable
import kotlinx.serialization.json.JsonObject

@Serializable
data class Profile(
    @SerialName("code")
    val code: String,
    @SerialName("links")
    val links: JsonObject,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy