ApplicationParameter.LicenseServer

API: Internal/Beta

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

Properties
name: String?
title: String?
optional: Boolean?
description: String?
tagged: List<String>
defaultValue: Any?
type: String /* "license_server" */ The type discriminator

API: Stable