TimeSlot

public TimeSlot TimeSlot(    @Json(name = "emails") List<String> emails,     @Json(name = "start_time") Integer startTime,     @Json(name = "end_time") Integer endTime)