Represents a file that was uploaded to a destination that was created by the Uploads API createUploadDestinationForResource operation.

Attachment

interface Attachment {
    fileName: string;
    uploadDestinationId: string;
}

Properties

fileName: string

The name of the file, including the extension. This is the file name that will appear in the message. This does not need to match the file name of the file that you uploaded.

Attachment

uploadDestinationId: string

The identifier for the upload destination. To retrieve this value, call the Uploads API createUploadDestinationForResource operation.

Attachment

MMNEPVFCICPMFPCPTTAAATR