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

net.minidev.ovh.api.pack.xdsl.OvhServiceInformation Maven / Gradle / Ivy

package net.minidev.ovh.api.pack.xdsl;

/**
 * Informations about a service
 */
public class OvhServiceInformation {
	/**
	 * canBeNull
	 */
	public Long total;

	/**
	 * canBeNull
	 */
	public Long inCreation;

	/**
	 * canBeNull
	 */
	public OvhServiceNameEnum name;

	/**
	 * canBeNull
	 */
	public Long used;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy