ApplicationParameter.NetworkIP
¶
An input parameter which accepts an IP address
data class NetworkIP(
val name: String?,
val title: String?,
val description: String?,
val defaultValue: Any?,
val optional: Boolean,
val type: String /* "network_ip" */,
)
Compatible with: AppParameterValue.Network