ObjectReference

interface ObjectReference

Reference to an object.

Properties

Link copied to clipboard
abstract val digest: String?

The digest of this object.

Link copied to clipboard
abstract val objectId: String?

The object id of this object.

Link copied to clipboard

Returns the field-presence view for this ObjectReference instance.

Link copied to clipboard
abstract val version: <Error class: unknown class>?

The version of this object.

Functions

Link copied to clipboard
fun ObjectReference.copy(body: <Error class: unknown class>.() -> Unit = {}): ObjectReference

Copies the original message, including unknown fields.