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

Static Public Attributes

str day = Field(description="The day of the week the section meets (e.g. Monday, Tuesday, etc.)")
str start_time = Field(description="The start time of the section in 24-hour format (e.g. 14:00)")
str end_time = Field(description="The end time of the section in 24-hour format (e.g. 15:15)")

Member Data Documentation

◆ day

str lg_agent.utilities.schemas.DBMeetTime.day = Field(description="The day of the week the section meets (e.g. Monday, Tuesday, etc.)")
static

◆ end_time

str lg_agent.utilities.schemas.DBMeetTime.end_time = Field(description="The end time of the section in 24-hour format (e.g. 15:15)")
static

◆ start_time

str lg_agent.utilities.schemas.DBMeetTime.start_time = Field(description="The start time of the section in 24-hour format (e.g. 14:00)")
static

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