net.minidev.ovh.api.telephony.OvhPhoneCredentials Maven / Gradle / Ivy
 The newest version!
        
        package net.minidev.ovh.api.telephony;
/**
 * Credentials to access the web interface of the phone
 */
public class OvhPhoneCredentials {
	/**
	 * Password to access the web interface of the phone
	 *
	 * canBeNull
	 */
	public String password;
	/**
	 * Username to access the web interface of the phone
	 *
	 * canBeNull
	 */
	public String login;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy