Model

@Serializable
data class Model(id: UUID = NewUUID.getEmpty(), name: String = "role", context: Map<String, Any>? = null) : Resource

Constructors

Link copied to clipboard
constructor(id: UUID = NewUUID.getEmpty(), name: String = "role", context: Map<String, Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val base: Base
Link copied to clipboard
val type: ResourceType? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int