Property
data class Property(val name: String, val type: TypeRef, val description: String? = null, val deprecated: Boolean = false, val hasDefaultValue: Boolean = false, val defaultValue: Any? = null, val isConstant: Boolean = false, val annotations: Map<String, String?> = emptyMap())(source)
Property of an object.