identifiers property

identifiers property

Gets or sets an unordered array of text strings that unambiguously identify the resource within a given context.

Definition:

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

See Also