relations property

relations property

Gets or sets an array of the related resources.

Remarks

Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

Definition:

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

See Also