net.minidev.ovh.api.partner.OvhExpertisesChoicesSoftwareAndDevelopment Maven / Gradle / Ivy
package net.minidev.ovh.api.partner;
/**
 * Possible options for software and development expertises
 */
public class OvhExpertisesChoicesSoftwareAndDevelopment {
	/**
	 * Installation and integration of network equipment
	 *
	 * canBeNull && readOnly
	 */
	public Boolean networkEquipment;
	/**
	 * Software solutions (collaborative solutions, virtual offices)
	 *
	 * canBeNull && readOnly
	 */
	public Boolean softwareSolutions;
	/**
	 * Maintenance / Application Management
	 *
	 * canBeNull && readOnly
	 */
	public Boolean maintenanceOrApplicationManagement;
	/**
	 * Advice and expertises
	 *
	 * canBeNull && readOnly
	 */
	public Boolean adviceAndexpertises;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy