My Project
Loading...
Searching...
No Matches
lg_agent.utilities.schemas.DBTerm Class Reference
Inheritance diagram for lg_agent.utilities.schemas.DBTerm:

Static Public Attributes

int year = Field(description="The year of the term (e.g. 2023)")
str season = Field(description="The season of the term (e.g. Fall, Spring, Summer)")
int number = Field(default=None, description="If the season is split in two halves, this field indicates which half it is (e.g. 1 for Fall 1, 2 for Fall 2, etc.). If the season is not split, this field should be set to none.")

Member Data Documentation

◆ number

int lg_agent.utilities.schemas.DBTerm.number = Field(default=None, description="If the season is split in two halves, this field indicates which half it is (e.g. 1 for Fall 1, 2 for Fall 2, etc.). If the season is not split, this field should be set to none.")
static

◆ season

str lg_agent.utilities.schemas.DBTerm.season = Field(description="The season of the term (e.g. Fall, Spring, Summer)")
static

◆ year

int lg_agent.utilities.schemas.DBTerm.year = Field(description="The year of the term (e.g. 2023)")
static

The documentation for this class was generated from the following file: