Parameter
data class Parameter(val name: String, val serialName: String?, val type: CodeGenTree.Type, val nullable: Boolean, val documentation: String?, val defaultValue: CodeGenTree.Expression?, val annotations: List<CodeGenTree.Annotation> = emptyList())(source)
Constructors
Link copied to clipboard
constructor(name: String, serialName: String?, type: CodeGenTree.Type, nullable: Boolean, documentation: String?, defaultValue: CodeGenTree.Expression?, annotations: List<CodeGenTree.Annotation> = emptyList())