NotifyFileUploaded

data class NotifyFileUploaded(val clientIdentifier: ClientIdentifier, val fileUUID: UUID, val fileName: String) : FileApiInternals.In

Parameters

clientIdentifier

The ClientIdentifier of the device that uploaded the file

fileUUID

The UUID of the file (under which it was received / stored).

fileName

The original fileName of the file as it was provided to the API.

Constructors

Link copied to clipboard
constructor(clientIdentifier: ClientIdentifier, fileUUID: UUID, fileName: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun serialize(): ByteArray