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