AttachmentDelete

data class AttachmentDelete(val fileName: String, val module: String, val moduleLabel: String?, val attachmentPath: String) : ZyncOperationMetadata

Metadata for attachment deletion operation. Example: module="JOB", moduleLabel="101688", fileName="photo.jpg"

Constructors

Link copied to clipboard
constructor(fileName: String, module: String, moduleLabel: String?, attachmentPath: String)

Properties

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