Document Parameter
data class DocumentParameter(val defaultValue: String? = null, val description: String? = null, val name: String? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun DocumentParameter(defaultValue: String? = null, description: String? = null, name: String? = null, type: String? = null)