![JAR search and dependency download from the Maven repository](/logo.png)
com.hiczp.picacomic.api.service.announcement.model.Announcement.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of picacomic-api Show documentation
Show all versions of picacomic-api Show documentation
Call PicaComic API in Kotlin
The newest version!
package com.hiczp.picacomic.api.service.announcement.model
import com.google.gson.annotations.SerializedName
import com.hiczp.picacomic.api.service.Thumbnail
data class Announcement(
@field:SerializedName("_id")
val announcementId: String,
val title: String,
val content: String,
@field:SerializedName("created_at")
val createdAt: String,
val thumb: Thumbnail
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy