AssignmentACL

data class AssignmentACL: Any

Represents the association between an Assignment and a user that can access it.

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