Document Parameter
data class DocumentParameter(val defaultValue: String? = null, val description: String? = null, val name: String? = null, val type: String? = null)
Properties
Link copied to clipboard
If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
Link copied to clipboard
A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.