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
-
Declaration
Swift
public var name: String?
-
Undocumented
Declaration
Swift
public var wrappedValue: T
-
Undocumented
Declaration
Swift
public init(wrappedValue: T)
-
Undocumented
Declaration
Swift
public init(name: String?, defaultValue: T)
-
Undocumented
Declaration
Swift
public static func getParameterType() -> Any.Type
-
Undocumented
Declaration
Swift
public init(name: String?)
-
Undocumented
Declaration
Swift
public init(name: String?)
-
Undocumented
Declaration
Swift
public init(name: String?)
-
Undocumented
Declaration
Swift
public init(name: String?)
-
Undocumented
Declaration
Swift
public init(name: String?)
-
Declaration
Swift
public init(nilLiteral: ())
-
Declaration
Swift
public init(stringLiteral value: String)
-
Declaration
Swift
public init(integerLiteral value: IntegerLiteralType)