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

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

package net.minidev.ovh.api.sms;

import java.util.Date;

/**
 * SMS blacklist
 */
public class OvhBlacklist {
	/**
	 * The sms number blacklisted
	 *
	 * canBeNull && readOnly
	 */
	public String number;

	/**
	 * canBeNull && readOnly
	 */
	public Date dateCreation;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy