derived_from property

derived_from property

Gets or sets the reference to the resource from which this one is derived.

Definition:

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

See Also