URIParameter

data class URIParameter(val name: String, val typeName: TypeName, val shape: Shape?, val defaultValue: DataNode?)

Constructors

Link copied to clipboard
fun URIParameter(name: String, typeName: TypeName, shape: Shape?, defaultValue: DataNode?)

Properties

Link copied to clipboard
val defaultValue: DataNode?
Link copied to clipboard
Link copied to clipboard
val shape: Shape?
Link copied to clipboard
val typeName: TypeName