InfoModel

data class InfoModel(var title: String = "Default", var version: String = "0.0.1", var description: String? = null, var termsOfService: String? = null, var contact: ContactModel? = null, var license: LicenseModel? = null) : DataModel(source)

Constructors

Link copied to clipboard
constructor(title: String = "Default", version: String = "0.0.1", description: String? = null, termsOfService: String? = null, contact: ContactModel? = null, license: LicenseModel? = null)

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

Functions

Link copied to clipboard
open fun serialize(): Map<String, Any?>