net.minidev.ovh.api.dedicated.server.OvhMrtgTimestampValue Maven / Gradle / Ivy
 The newest version!
        
        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