ApplicationParameter.LicenseServer
¶
An input parameter which accepts a license
data class LicenseServer(
val name: String?,
val title: String?,
val optional: Boolean?,
val description: String?,
val tagged: List<String>,
val defaultValue: Any?,
val type: String /* "license_server" */,
)
Compatible with: AppParameterValue.License