net.minidev.ovh.api.sms.OvhSenderAvailable Maven / Gradle / Ivy
package net.minidev.ovh.api.sms;
/**
* A structure describing all information about senders available
*/
public class OvhSenderAvailable {
/**
* canBeNull
*/
public OvhSenderRefererEnum referer;
/**
* canBeNull
*/
public String sender;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy