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

net.minidev.ovh.api.service.renew.OvhService Maven / Gradle / Ivy

package net.minidev.ovh.api.service.renew;

/**
 * Description of a service
 */
public class OvhService {
	/**
	 * Type of the service
	 *
	 * canBeNull && readOnly
	 */
	public String serviceType;

	/**
	 * Name of the service
	 *
	 * canBeNull && readOnly
	 */
	public String serviceName;

	/**
	 * ID of the service
	 *
	 * canBeNull && readOnly
	 */
	public Long serviceId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy