net.minidev.ovh.api.service.plan.OvhProduct Maven / Gradle / Ivy
package net.minidev.ovh.api.service.plan;
/**
 * Product plan information
 */
public class OvhProduct {
	/**
	 * Product name
	 *
	 * canBeNull
	 */
	public String name;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy