public_id property

public_id property

The public identifier of this notation. If the public identifier was not specified, this is null.

Definition:

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

See Also