sunday-generator
1.1.0-beta.2
generator
/
io.outfoxx.sunday.generator.swift
/
SwiftGenerator
/
URIParameter
URIParameter
data
class
URIParameter
(
val
name
:
String
,
val
typeName
:
TypeName
,
val
shape
:
Shape
?
,
val
defaultValue
:
DataNode
?
)
Constructors
Properties
Constructors
URIParameter
Link copied to clipboard
fun
URIParameter
(
name
:
String
,
typeName
:
TypeName
,
shape
:
Shape
?
,
defaultValue
:
DataNode
?
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
DataNode
?
name
Link copied to clipboard
val
name
:
String
shape
Link copied to clipboard
val
shape
:
Shape
?
type
Name
Link copied to clipboard
val
typeName
:
TypeName