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

net.minidev.ovh.api.supply.OvhMondialRelayResult Maven / Gradle / Ivy

package net.minidev.ovh.api.supply;

/**
 * Status and Mondial Relay Point Details
 */
public class OvhMondialRelayResult {
	/**
	 * Reference address for finding RelayPoints
	 *
	 * canBeNull
	 */
	public String referenceAddress;

	/**
	 * Array of relay points
	 *
	 * canBeNull
	 */
	public OvhMondialRelay[] relayPoints;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy