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

net.minidev.ovh.api.xdsl.linediagnostic.OvhSection Maven / Gradle / Ivy

The newest version!
package net.minidev.ovh.api.xdsl.linediagnostic;

/**
 * Cables section details
 */
public class OvhSection {
	/**
	 * cables length in meters
	 *
	 * canBeNull
	 */
	public Long length;

	/**
	 * cables section in millimeters
	 *
	 * canBeNull
	 */
	public Long section;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy