DocumentParameter

data class DocumentParameter(val defaultValue: String? = null, val description: String? = null, val name: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(defaultValue: String? = null, description: String? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: String? = null
Link copied to clipboard
val description: String? = null

The description of the document.

Link copied to clipboard
val name: String? = null

The name of the document.

Link copied to clipboard
val type: String? = null