Interface Attachment

Interface of an attachment object from Nylas.

Hierarchy

  • Attachment

Properties

contentType: string

Attachment's content type. Constraints: Minimum 1 character.

filename: string

Attachment's name. Constraints: Minimum 1 character.

grantId: string

Grant ID of the Nylas account.

id: string

A globally unique object identifier. Constraints: Minimum 1 character.

isInline: boolean

If it's an inline attachment.

size: number

Attachment's size in bytes.

Generated using TypeDoc