net.minidev.ovh.api.telephony.OvhCallDiagnosticReporting Maven / Gradle / Ivy
package net.minidev.ovh.api.telephony;
/**
* Reporting of the current diagnostic
*/
public class OvhCallDiagnosticReporting {
/**
* The relevant informations in anormal behaviors
*
* canBeNull
*/
public String message;
}