toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.workbook.service.dto
/
WriterMappedWorkbookOutDto
Writer
Mapped
Workbook
Out
Dto
data
class
WriterMappedWorkbookOutDto
(
val
workbookId
:
Long
,
val
writerId
:
Long
,
val
name
:
String
,
val
url
:
URL
)
Members
Constructors
Writer
Mapped
Workbook
Out
Dto
Link copied to clipboard
constructor
(
workbookId
:
Long
,
writerId
:
Long
,
name
:
String
,
url
:
URL
)
Properties
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
URL
workbook
Id
Link copied to clipboard
val
workbookId
:
Long
writer
Id
Link copied to clipboard
val
writerId
:
Long