attachments property

attachments property

Gets an array of the attached files.

Definition:

@property
def attachments(self):
    ...
@attachments.setter
def attachments(self, value):
    ...

See Also