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

net.minidev.ovh.api.vip.OvhSupportVip Maven / Gradle / Ivy

package net.minidev.ovh.api.vip;

/**
 * Vip Service
 */
public class OvhSupportVip {
	/**
	 * VIP universes of this service
	 *
	 * canBeNull && readOnly
	 */
	public OvhUniverseEnum[] universe;

	/**
	 * Name of the VIP offer
	 *
	 * canBeNull && readOnly
	 */
	public String serviceName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy