Parameter

data class Parameter(val name: String, val serialName: String? = null, val type: IRTree.Type, val nullable: Boolean, val documentation: String? = null, val defaultValue: IRTree.Literal? = null, val deprecated: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(name: String, serialName: String? = null, type: IRTree.Type, nullable: Boolean, documentation: String? = null, defaultValue: IRTree.Literal? = null, deprecated: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard