Class StudentSubject

Represents a subject in a student account.

Constructors

Properties

Constructors

  • Parameters

    • subject: {
          L: string;
          N: string;
          estServiceGroupe?: boolean;
      }
      • L: string
      • N: string
      • Optional estServiceGroupe?: boolean

    Returns StudentSubject

Properties

groups: boolean

If the subject is in groups.

id: string
name: string