Octavius Framework
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Octavius Framework
feature-asian-media
/
org.octavius.modules.asian.model
/
PublicationCheckResponse
Publication
Check
Response
@
Serializable
data
class
PublicationCheckResponse
(
val
found
:
Boolean
,
val
titleId
:
Int
?
=
null
,
val
matchedTitle
:
String
?
=
null
)
Members
Constructors
Publication
Check
Response
Link copied to clipboard
constructor
(
found
:
Boolean
,
titleId
:
Int
?
=
null
,
matchedTitle
:
String
?
=
null
)
Properties
found
Link copied to clipboard
val
found
:
Boolean
matched
Title
Link copied to clipboard
val
matchedTitle
:
String
?
title
Id
Link copied to clipboard
val
titleId
:
Int
?