Api

data class Api<NODE>

Constructors

Link copied to clipboard
constructor(info: ApiInfo, tags: List<Tag>, paths: Map<String, Map<String, ApiPath<NODE>>>, components: Components<NODE>, servers: List<ApiServer>, webhooks: Map<String, Map<String, ApiPath<NODE>>>?, openapi: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>
Link copied to clipboard