
net.minidev.ovh.api.xdsl.linediagnostic.OvhPossibleValue Maven / Gradle / Ivy
The newest version!
package net.minidev.ovh.api.xdsl.linediagnostic;
/**
* possible value for specific answer
*/
public class OvhPossibleValue {
/**
* answer choice string
*
* canBeNull
*/
public String label;
/**
* answer id
*
* canBeNull
*/
public Long id;
/**
* answer choice value
*
* canBeNull
*/
public String value;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy