UpdateAssetRequest

Request structure for updating an asset

Types

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

Properties

Link copied to clipboard

The unique identifier for the agent space containing the asset

Link copied to clipboard

The unique identifier of the asset to update

Link copied to clipboard

A unique, case-sensitive identifier used for idempotent asset update

Link copied to clipboard

Optional content update. A single file adds or replaces one file; a zip replaces all files; a sourceUrl re-syncs from the original source.

Link copied to clipboard

Metadata fields to update. Only the fields present in this document are updated. Omitted fields retain their current values.

Functions

Link copied to clipboard
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