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
/
PublicationAddResponse
Publication
Add
Response
@
Serializable
data
class
PublicationAddResponse
(
val
success
:
Boolean
,
val
newTitleId
:
Int
?
=
null
,
val
message
:
String
)
Members
Constructors
Publication
Add
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
newTitleId
:
Int
?
=
null
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
new
Title
Id
Link copied to clipboard
val
newTitleId
:
Int
?
success
Link copied to clipboard
val
success
:
Boolean