Property

data class Property(val name: String, val type: TypeRef, val description: String? = null, val deprecated: Boolean = false, val defaultPresence: DefaultPresence = DefaultPresence.Absent, 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, defaultPresence: DefaultPresence = DefaultPresence.Absent, 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