net.minidev.ovh.api.telephony.OvhServiceVoicemailNotifications Maven / Gradle / Ivy
 The newest version!
        
        package net.minidev.ovh.api.telephony;
/**
 * Voicemail configuration
 */
public class OvhServiceVoicemailNotifications {
	/**
	 * canBeNull
	 */
	public OvhServiceVoicemailMailOptionEnum type;
	/**
	 * canBeNull
	 */
	public String email;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy