Info

data class Info(title: String?, version: String?, description: String?, termsOfService: URI?, contact: Contact?, license: License?)

Properties

Link copied to clipboard
var contact: Contact? = null
Link copied to clipboard
var description: String? = null
Link copied to clipboard
var license: License? = null
Link copied to clipboard
var termsOfService: URI? = null
Link copied to clipboard
var title: String? = null
Link copied to clipboard
var version: String? = null