unique_tag property

OdsoRecipientData.unique_tag property

Specifies the contents of a given record in the column containing unique data. The default value is None.

@property
def unique_tag(self) -> bytes:
    ...

@unique_tag.setter
def unique_tag(self, value: bytes):
    ...

See Also