Attachment - Represents an attachment.

Constructors

  • Parameters

    • fileId: number

      The id of the file.

    • fileName: string

      The name of the file.

    • notes: null | string

      The notes associated with the file.

    • storageLocation: FileStorageSite

      The storage location of the file.

    Returns Attachment

    • A new instance of Attachment.

Properties

fileId: number
fileName: string
notes: null | string
storageLocation: FileStorageSite