AssignmentLoginLink# class AssignmentLoginLink[source]# The way this class will be represented in JSON. id: str# The id of this link. assignment: Assignment# The assignment connected to this login link. user: Union[NormalUser, GroupUser]# time_to_start: Optional[float]# The amount of seconds until the exam starts.