All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.telephony.OvhLineNotificationsLogsOptions Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy