toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.workbook.repo.command
/
InsertWorkBookCommand
Insert
Work
Book
Command
data
class
InsertWorkBookCommand
(
val
title
:
String
,
val
mainImageUrl
:
URL
,
val
category
:
String
,
val
description
:
String
)
Members
Constructors
Insert
Work
Book
Command
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