identifier property
identifier property
Gets or sets a string value representing an unambiguous reference to the resource within a given context.
Remarks
Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.
Definition:
@property
def identifier(self):
...
@identifier.setter
def identifier(self, value):
...