identifier property

identifier property

Gets or sets an unambiguous reference to the resource within a given context.

Definition:

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

See Also