Upload

@Serializable
data class Upload(val result: String, val uniqueId: String?)

Represents an upload response.

Parameters

result

the result status of the response.

uniqueId

the unique identifier of the uploaded content.

Constructors

Link copied to clipboard
constructor(result: String, uniqueId: String?)

Properties

Link copied to clipboard
Link copied to clipboard