ReservationSchedule

ReservationSchedule
ReservationSchedule
AllOf
This class requires all of the following:
JSON Example
{
    "day_of_week": "string",
    "hour_of_day": 0,
    "duration_min": 0,
    "version": 0,
    "reservations": [
        {
            "duration": 0,
            "rid": "string",
            "create_time": "string",
            "start_time": "2018-05-01'T'05:00:00'Z'"
        }
    ],
    "reservations_mw": [
        {
            "rid": "string",
            "week_of": "string",
            "create_time": "string"
        }
    ]
}