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

net.minidev.ovh.api.partner.OvhExpertisesChoicesConsulting Maven / Gradle / Ivy

package net.minidev.ovh.api.partner;

/**
 * Possible options for consulting expertises
 */
public class OvhExpertisesChoicesConsulting {
	/**
	 * Audit and Consulting
	 *
	 * canBeNull && readOnly
	 */
	public Boolean auditAndConsulting;

	/**
	 * Marketing, Commerce and Communication
	 *
	 * canBeNull && readOnly
	 */
	public Boolean marketingCommerceAndCommunication;

	/**
	 * IT security
	 *
	 * canBeNull && readOnly
	 */
	public Boolean ITSecurity;

	/**
	 * Infrastructure Architecture
	 *
	 * canBeNull && readOnly
	 */
	public Boolean infrastructureArchitecture;

	/**
	 * SEO-SEA Search Engine Optimization
	 *
	 * canBeNull && readOnly
	 */
	public Boolean searchEngineOptimization;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy