toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.member.repo.record
/
WriterRecord
Writer
Record
data
class
WriterRecord
(
val
writerId
:
Long
,
val
name
:
String
,
val
url
:
URL
,
val
imageUrl
:
URL
)
Members
Constructors
Writer
Record
Link copied to clipboard
constructor
(
writerId
:
Long
,
name
:
String
,
url
:
URL
,
imageUrl
:
URL
)
Properties
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
writer
Id
Link copied to clipboard
val
writerId
:
Long