data class AssignmentACL: Any
Fields
Name | Description |
---|---|
val id: Long
|
is a primary-key like generated value |
val assignmentId: String
|
|
val userId: String
|
Constructors
<init>
constructor(id: Long, assignmentId: String, userId: String)
Represents the association between an Assignment and a user that can access it.
Parameters
Name | Description |
---|---|
id: Long
|
|
assignmentId: String
|
|
userId: String
|
Represents the association between an Assignment and a user that can access it.