Schedule Data Type

Appointment schedule.

Properties
name data type description
slotSize number Returns the slot size.
Properties inherited from Resource
id number Returns the entity identifier.
name string Returns the entity name.

Example

{
  "slotSize" : 12345,
  "id" : 12345,
  "name" : "..."
}