toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.subscription.repo.command
/
UpdateLastArticleProgressCommand
Update
Last
Article
Progress
Command
data
class
UpdateLastArticleProgressCommand
(
val
memberId
:
Long
,
val
workbookId
:
Long
,
val
opinion
:
String
=
"receive.all"
)
Members
Constructors
Update
Last
Article
Progress
Command
Link copied to clipboard
constructor
(
memberId
:
Long
,
workbookId
:
Long
,
opinion
:
String
=
"receive.all"
)
Properties
member
Id
Link copied to clipboard
val
memberId
:
Long
opinion
Link copied to clipboard
val
opinion
:
String
workbook
Id
Link copied to clipboard
val
workbookId
:
Long