toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.admin.usecase.dto
/
AddWorkbookUseCaseIn
Add
Workbook
Use
Case
In
data
class
AddWorkbookUseCaseIn
(
val
title
:
String
,
val
mainImageUrl
:
URL
,
val
category
:
String
,
val
description
:
String
)
Members
Constructors
Add
Workbook
Use
Case
In
Link copied to clipboard
constructor
(
title
:
String
,
mainImageUrl
:
URL
,
category
:
String
,
description
:
String
)
Properties
category
Link copied to clipboard
val
category
:
String
description
Link copied to clipboard
val
description
:
String
main
Image
Url
Link copied to clipboard
val
mainImageUrl
:
URL
title
Link copied to clipboard
val
title
:
String