ChapterInformation

data class ChapterInformation(val id: String, val title: String)

章节基础信息

Since

Api 4

Parameters

id

章节id

title

章节标题

Constructors

Link copied to clipboard
constructor(id: String, title: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard