references property

references property

Gets or sets a related resource that is referenced, cited, or otherwise pointed to by the described resource.

Definition:

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

See Also