EndpointParameter
public protocol EndpointParameter : Sendable
Parameter for an endpoint
-
caseName
Default implementationThe name of the case to use as value for the parameter.
Default Implementation
The name of the case to use as value for the parameter.
Declaration
Swift
var caseName: String { get }