ObjectRef

data class ObjectRef(val address: Any, val version: Any, val digest: String)

Parameters

address

ID of the object.

version

Version or sequence number of the object.

digest

Digest of the object.

Constructors

Link copied to clipboard
constructor(address: Any, version: Any, digest: String)

Properties

Link copied to clipboard

ID of the object.

Link copied to clipboard

Digest of the object.

Link copied to clipboard

Version or sequence number of the object.

Functions

Link copied to clipboard
fun toGenerated(): ObjectRef