ObjectTypeKeyMap

data class ObjectTypeKeyMap(val name: String? = null, val objectTypeKeyList: List<ObjectTypeKey>? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, objectTypeKeyList: List<ObjectTypeKey>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the key.

Link copied to clipboard

A list of ObjectTypeKey.