![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy