net.minidev.ovh.api.telephony.OvhOvhPabxSound Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
 * The PABX sounds
 */
public class OvhOvhPabxSound {
	/**
	 * canBeNull && readOnly
	 */
	public Long soundId;
	/**
	 * The sound filename
	 *
	 * canBeNull && readOnly
	 */
	public String name;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy