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 annotations: Map<String, String?> = emptyMap())(source)

Property of an object.

Constructors

Link copied to clipboard
constructor(name: String, type: TypeRef, description: String? = null, deprecated: Boolean = false, hasDefaultValue: Boolean = false, defaultValue: Any? = null, annotations: Map<String, String?> = emptyMap())

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
Link copied to clipboard