ozone
Toggle table of contents
0.3.4
common
Target filter
common
Switch theme
Search in API
Skip to content
ozone
bluesky
/
tools.ozone.queue
/
GetAssignmentsResponse
Get
Assignments
Response
@
Serializable
data
class
GetAssignmentsResponse
(
val
cursor
:
String
?
=
null
,
val
assignments
:
List
<
AssignmentView
>
)
Members
Constructors
Get
Assignments
Response
Link copied to clipboard
constructor
(
cursor
:
String
?
=
null
,
assignments
:
List
<
AssignmentView
>
)
Properties
assignments
Link copied to clipboard
val
assignments
:
List
<
AssignmentView
>
cursor
Link copied to clipboard
val
cursor
:
String
?