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

net.minidev.ovh.api.sms.OvhAlertThreshold Maven / Gradle / Ivy

package net.minidev.ovh.api.sms;

/**
 * A structure describing all information about alert threshold informations
 */
public class OvhAlertThreshold {
	/**
	 * canBeNull
	 */
	public String alertEmail;

	/**
	 * canBeNull
	 */
	public Long alertThreshold;

	/**
	 * canBeNull
	 */
	public String alertNumber;

	/**
	 * canBeNull
	 */
	public OvhSupportEnum support;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy