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

xyz.cssxsh.pixiv.apps.TrendIllust.kt Maven / Gradle / Ivy

package xyz.cssxsh.pixiv.apps

import kotlinx.serialization.*

@Serializable
public data class TrendIllust(
    @SerialName("translated_name")
    val translatedName: String? = null,
    @SerialName("tag")
    val tag: String,
    @SerialName("illust")
    val illust: IllustInfo,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy