onspring-api-sdk
    Preparing search index...

    Class Attachment

    Attachment - Represents an attachment.

    Index
    • Parameters

      • fileId: number

        The id of the file.

      • fileName: string

        The name of the file.

      • notes: string | null

        The notes associated with the file.

      • storageLocation: FileStorageSite

        The storage location of the file.

      Returns Attachment

      • A new instance of Attachment.
    fileId: number
    fileName: string
    notes: string | null
    storageLocation: FileStorageSite