Parameter

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

Constructors

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

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