net.minidev.ovh.api.telephony.OvhLineNotificationsLogsOptions Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
 * Error logging notifications options
 */
public class OvhLineNotificationsLogsOptions {
	/**
	 * Email address where to send notifications
	 *
	 * canBeNull
	 */
	public String email;
	/**
	 * Send a blank notification if there is no diagnosticReports entries for the period
	 *
	 * canBeNull
	 */
	public Boolean sendIfNull;
	/**
	 * Frequency at which the notifications will be send
	 *
	 * canBeNull
	 */
	public OvhLineNotificationsLogsFrequencyEnum frequency;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy