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

net.minidev.ovh.api.dedicated.server.OvhMrtgTimestampValue Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show 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