ConfigurationEventBooking

public ConfigurationEventBooking ConfigurationEventBooking(    @Json(name = "title") String title,     @Json(name = "description") String description,     @Json(name = "location") String location,     @Json(name = "timezone") String timezone,     @Json(name = "booking_type") BookingType bookingType,     @Json(name = "conferencing") Conferencing conferencing,     @Json(name = "disable_emails") Boolean disableEmails,     @Json(name = "reminders") List<BookingReminder> reminders,     @Json(name = "hide_participants") Boolean hideParticipants)