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
/
PublicationAddRequest
Publication
Add
Request
@
Serializable
data
class
PublicationAddRequest
(
val
titles
:
List
<
String
>
,
val
type
:
PublicationType
,
val
language
:
PublicationLanguage
,
val
sourceUrl
:
String
?
=
null
)
Members
Constructors
Publication
Add
Request
Link copied to clipboard
constructor
(
titles
:
List
<
String
>
,
type
:
PublicationType
,
language
:
PublicationLanguage
,
sourceUrl
:
String
?
=
null
)
Properties
language
Link copied to clipboard
val
language
:
PublicationLanguage
source
Url
Link copied to clipboard
val
sourceUrl
:
String
?
titles
Link copied to clipboard
val
titles
:
List
<
String
>
type
Link copied to clipboard
val
type
:
PublicationType