PublicationCheckResponse

@Serializable
data class PublicationCheckResponse(val found: Boolean, val titleId: Int? = null, val matchedTitle: String? = null)

Constructors

Link copied to clipboard
constructor(found: Boolean, titleId: Int? = null, matchedTitle: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val titleId: Int?