init(type:)
Creates a response format with type you specify.
Declaration
init<Content>(type: Content.Type) where Content : GenerableParameters
- type:
A Generable type to use as the response format.
Creates a response format with type you specify.
init<Content>(type: Content.Type) where Content : GenerableA Generable type to use as the response format.