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

net.minidev.ovh.api.order.upgrade.OvhOperation Maven / Gradle / Ivy

package net.minidev.ovh.api.order.upgrade;

/**
 * Describes an operation
 */
public class OvhOperation {
	/**
	 * Product concerned by the operation
	 *
	 * canBeNull && readOnly
	 */
	public OvhOperationProduct product;

	/**
	 * Identifier of the operation
	 *
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * Type of the operation
	 *
	 * canBeNull && readOnly
	 */
	public OvhOperationTypeEnum type;

	/**
	 * Status of the operation
	 *
	 * canBeNull && readOnly
	 */
	public OvhOperationStatusEnum status;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy