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

net.minidev.ovh.api.saas.csp2.OvhStatistics Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.saas.csp2;

import java.util.Date;

/**
 * License usage statistics.
 */
public class OvhStatistics {
	/**
	 * Date of the statistics.
	 *
	 * canBeNull
	 */
	public Date date;

	/**
	 * List of lines associated to this statistics entity.
	 *
	 * canBeNull
	 */
	public OvhStatisticsLine[] lines;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy