changed property

changed property

Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.

Definition:

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

See Also