Id
//ellmental/com.theagilemonkeys.ellmental.core.schema/Id
Id
@Serializable
value class Id(val value: String)
Id
An Id is a string that represents an identifier for a given object.
This class is inlined to avoid the overhead of creating a new object for each Id.
Parameters
jvm
value | the string that represents the identifier |
Constructors
Id | [jvm] constructor(value: String) |
Properties
Name | Summary |
---|---|
value | [jvm] val value: String |