ApplicationParameter.InputFile
¶
An input parameter which accepts UFiles of type FILE
data class InputFile(
val name: String?,
val optional: Boolean?,
val defaultValue: Any?,
val title: String?,
val description: String?,
val type: String /* "input_file" */,
)
Compatible with: AppParameterValue.File