CreateAssetFileRequest

Request structure for creating an asset file

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 create the file in

Link copied to clipboard

A unique, case-sensitive identifier used for idempotent asset file creation

Link copied to clipboard

The content of the file to create

Link copied to clipboard

Optional metadata describing this file

Link copied to clipboard
val path: String?

The path of the file within the asset

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