modification_time property

modification_time property

Gets or Sets the modification time of this asset

Definition:

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

See Also