Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AclParam ¶
type AclParam struct {
UserId string
ResourceIds ResourceIdParam
}
type AllowArchivalReqBody ¶
type AllowArchivalReqBody struct {
AllowArchival bool `json:"allowArchival"`
}
type DisplayAttribute ¶
type ResourceCreator ¶
type ResourceIdParam ¶
type ResourceModifier ¶
type SearchUsersParam ¶
type SearchUsersParam struct {
SearchToken string
ResourceIds ResourceIdParam
}
type SlimAssessment ¶
type SlimAssessment struct {
ID string `json:"id"`
Name string `json:"assessmentName"`
Key *SlimKey `json:"key"`
Course *SlimCourse `json:"course"`
Courses []SlimCourse `json:"courses"`
}
type SlimCourse ¶
type UnreadCount ¶
type UnreadCount struct {
UnreadCount int `json:"unreadCount"`
}
Click to show internal directories.
Click to hide internal directories.