TemporalFileId

@Serializable
value class TemporalFileId(val string: String)(source)

A value class representing a unique identifier for a temporal file. Temporal files are typically used for temporary storage during file upload/processing operations.

Parameters

string

The string representation of the temporal file ID

Constructors

Link copied to clipboard
constructor(string: String)

Properties

Link copied to clipboard