getSchemaCodeType

Converts a given OasSchema type into the equivalent type in source code.

string
getSchemaCodeType
(,
string defaultName = null
)

Parameters

defaultName string

If a structured type can be created as an inner class, the default name to use for that class.

Meta