ktor
2.0.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
ktor-resources
/
io.ktor.resources.serialization
/
ResourcesFormat
/
Parameter
Parameter
data
class
Parameter
(
name
:
String
,
isOptional
:
Boolean
)
Content copied to clipboard
A query parameter description
Constructors
Properties
Constructors
Parameter
Link copied to clipboard
fun
Parameter
(
name
:
String
,
isOptional
:
Boolean
)
Content copied to clipboard
Properties
isOptional
Link copied to clipboard
val
isOptional
:
Boolean
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard