
net.minidev.ovh.api.xdsl.eligibility.OvhLineSectionCalibration Maven / Gradle / Ivy
The newest version!
package net.minidev.ovh.api.xdsl.eligibility;
/**
* A line section calibration detail
*/
public class OvhLineSectionCalibration {
/**
* The section diameter in millimeters
*
* canBeNull
*/
public Long diameter;
/**
* The section length in meters
*
* canBeNull
*/
public Long length;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy