id property

id property

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

Definition:

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

See Also