ApplicationParameter.Ingress
¶
An input parameter which accepts a ingress (public link)
data class Ingress(
val name: String?,
val title: String?,
val description: String?,
val optional: Boolean?,
val defaultValue: Any?,
val type: String /* "ingress" */,
)
Compatible with: AppParameterValue.Ingress