history property

history property

Gets or sets an array of high-level actions that resulted in this resource.

Definition:

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

See Also