jvmMain.ru.astrainteractive.klibs.sample.feature.service.model.CharacterModel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sample-jvm Show documentation
Show all versions of sample-jvm Show documentation
Kotlin Multiplatform paging library
package ru.astrainteractive.klibs.sample.feature.service.model
import kotlinx.serialization.Serializable
@Serializable
internal class CharacterModel(
val id: Long,
val image: String,
val name: String,
val status: Status
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy