Asset

class Asset

Represents an asset in an agent space, including its identifier, type, metadata, version, and timestamps.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for this asset

Link copied to clipboard

The type of this asset

Link copied to clipboard

Timestamp when this asset was created

Link copied to clipboard

The metadata for this asset

Link copied to clipboard

Timestamp when this asset was last updated

Link copied to clipboard

The version number of this asset

Functions

Link copied to clipboard
inline fun copy(block: Asset.Builder.() -> Unit = {}): Asset
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String