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

net.minidev.ovh.api.ip.OvhReverseIp Maven / Gradle / Ivy

package net.minidev.ovh.api.ip;

/**
 * Your reverse records on IP
 */
public class OvhReverseIp {
	/**
	 * canBeNull && readOnly
	 */
	public String ipReverse;

	/**
	 * canBeNull && readOnly
	 */
	public String reverse;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy