toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.article.usecase.dto
/
WriterDetail
Writer
Detail
data
class
WriterDetail
(
val
id
:
Long
,
val
name
:
String
,
val
url
:
URL
,
val
imageUrl
:
URL
)
Members
Constructors
Writer
Detail
Link copied to clipboard
constructor
(
id
:
Long
,
name
:
String
,
url
:
URL
,
imageUrl
:
URL
)
Properties
id
Link copied to clipboard
val
id
:
Long
image
Url
Link copied to clipboard
val
imageUrl
:
URL
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
URL