Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingRequestDTO

Represents a request sent to the server to create or edit a meeting associated with a course instance or non class event

Hierarchy

  • MeetingRequestDTO

Index

Properties

day

day: DAY

The day of the week on which the meeting takes place.

endTime

endTime: string

The time at which the meeting ends

Optional id

id: string

If this is an existing meeting being edited, this will be the UUID in our database.

Optional roomId

roomId: string

The ID of the room where the meeting will be held, which can be undefined if one hasn't been chosen yet.

startTime

startTime: string

The time at which the meeting starts

Generated using TypeDoc