net.minidev.ovh.api.xdsl.eligibility.OvhMeetingSlot Maven / Gradle / Ivy
package net.minidev.ovh.api.xdsl.eligibility;
import java.util.Date;
/**
 * Represents a time slot for a meeting
 */
public class OvhMeetingSlot {
	/**
	 * The end of the time slot
	 *
	 * canBeNull
	 */
	public Date endDate;
	/**
	 * The beginning of the time slot
	 *
	 * canBeNull
	 */
	public Date startDate;
	/**
	 * An opaque string that represents an intervention unit
	 *
	 * canBeNull
	 */
	public String uiCode;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy