Constructors
constructor
- new Attachment(fileId, fileName, notes, storageLocation): Attachment
Parameters
- fileId: number
- fileName: string
- notes: null | string
- storageLocation: FileStorageSite
- A new instance of Attachment.
Properties
fileId
fileId: number
fileName
fileName: string
notes
notes: null | string
storageLocation
Attachment - Represents an attachment.