public_id property

public_id property

The public identifier associated with the entity if specified, and null otherwise.

Definition:

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

See Also