All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.email.domain.OvhDomainDiagnoseTraceStruct Maven / Gradle / Ivy

package net.minidev.ovh.api.email.domain;

/**
 * Test and result, with proper test strings
 */
public class OvhDomainDiagnoseTraceStruct {
	/**
	 * canBeNull
	 */
	public T result;

	/**
	 * canBeNull
	 */
	public String test;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy