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

net.minidev.ovh.api.email.domain.OvhDelegation Maven / Gradle / Ivy

package net.minidev.ovh.api.email.domain;

/**
 * Delegation List
 */
public class OvhDelegation {
	/**
	 * OVH customer unique identifier
	 *
	 * canBeNull && readOnly
	 */
	public String accountId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy