toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.subscription.service.dto
/
ReadArticleContentOutDto
Read
Article
Content
Out
Dto
data
class
ReadArticleContentOutDto
(
val
id
:
Long
,
val
category
:
String
,
val
articleTitle
:
String
,
val
articleContent
:
String
,
val
writerName
:
String
,
val
writerLink
:
URL
)
Members
Constructors
Read
Article
Content
Out
Dto
Link copied to clipboard
constructor
(
id
:
Long
,
category
:
String
,
articleTitle
:
String
,
articleContent
:
String
,
writerName
:
String
,
writerLink
:
URL
)
Properties
article
Content
Link copied to clipboard
val
articleContent
:
String
article
Title
Link copied to clipboard
val
articleTitle
:
String
category
Link copied to clipboard
val
category
:
String
id
Link copied to clipboard
val
id
:
Long
writer
Link
Link copied to clipboard
val
writerLink
:
URL
writer
Name
Link copied to clipboard
val
writerName
:
String