TypeKey

class TypeKey(val property: String = "type") : KeyProperties(source)

Represents a specific type of key with a "type" property. Inherits from the abstract class KeyProperties.

Parameters

property

The value of the "type" property.

Constructors

Link copied to clipboard
constructor(property: String = "type")

Properties

Link copied to clipboard
open override val property: String