ApplicationParameter.Ingress

API: Internal/Beta

An input parameter which accepts a ingress (public link)

data class Ingress(
    val name: String?,
    val title: String?,
    val description: String?,
    val defaultValue: Any?,
    val optional: Boolean,
    val type: String /* "ingress" */,
)

Compatible with: AppParameterValue.Ingress

Properties
name: String?
title: String?
description: String?
defaultValue: Any?
optional: Boolean
type: String /* "ingress" */ The type discriminator

API: Stable