![JAR search and dependency download from the Maven repository](/logo.png)
net.minidev.ovh.api.dedicated.server.OvhMrtgTimestampValue Maven / Gradle / Ivy
package net.minidev.ovh.api.dedicated.server;
import net.minidev.ovh.api.complextype.OvhUnitAndValue;
/**
* A timestamp associated to a value
*/
public class OvhMrtgTimestampValue {
/**
* canBeNull
*/
public OvhUnitAndValue value;
/**
* canBeNull
*/
public Long timestamp;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy