id property

id property

The unique identifier of the attachment in the context of a single file that contains this attachment.

Definition:

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

See Also