RequestPathParameter

@propertyWrapper
public struct RequestPathParameter<T> where T : RequestPathParameterValue
extension RequestPathParameter: Encodable where T: Encodable
extension RequestPathParameter: ExpressibleByNilLiteral where T: ExpressibleByNilLiteral
extension RequestPathParameter: ExpressibleByStringLiteral,
                                ExpressibleByExtendedGraphemeClusterLiteral,
                                ExpressibleByUnicodeScalarLiteral where T == String
extension RequestPathParameter: ExpressibleByIntegerLiteral where T == IntegerLiteralType

Undocumented

Available where T == String

Available where T == Int

Available where T == Int16

Available where T == Int32

Available where T == Int64

Available where T: ExpressibleByNilLiteral

Available where T == String

Available where T == IntegerLiteralType