ParameterSpecRemote
open class ParameterSpecRemote( val label: String = "", val description: String = "", val display: ParameterDisplay = ParameterDisplay.NORMAL, val readOnly: Boolean = false, val remoteType: String = "", val params: Map<String, String>) : ParameterSpec
Content copied to clipboard
Constructors
Link copied to clipboard
fun ParameterSpecRemote( label: String = "", description: String = "", display: ParameterDisplay = ParameterDisplay.NORMAL, readOnly: Boolean = false, remoteType: String = "", params: Map<String, String>)
Content copied to clipboard