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

net.minidev.ovh.api.support.OvhNewMessageInfo Maven / Gradle / Ivy

package net.minidev.ovh.api.support;

/**
 * Newly created support identifiers
 */
public class OvhNewMessageInfo {
	/**
	 * Ticket external number
	 *
	 * canBeNull
	 */
	public Long ticketNumber;

	/**
	 * Message identifier
	 *
	 * canBeNull
	 */
	public Long messageId;

	/**
	 * Ticket identifier
	 *
	 * canBeNull
	 */
	public Long ticketId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy