net.minidev.ovh.api.pack.xdsl.OvhService Maven / Gradle / Ivy
package net.minidev.ovh.api.pack.xdsl;
/**
 * Service link to the pack
 */
public class OvhService {
	/**
	 * canBeNull && readOnly
	 */
	public String domain;
	/**
	 * canBeNull && readOnly
	 */
	public Double id;
	/**
	 * canBeNull && readOnly
	 */
	public OvhServiceNameEnum type;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy