Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingResponseDTO

Represents the response returned from the server after creating or editing a meeting

Hierarchy

  • MeetingResponseDTO

Index

Properties

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

id

id: string

The database UUID of the meeting

Optional room

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

startTime

startTime: string

The time at which the meeting starts

Generated using TypeDoc