modify_date property

modify_date property

Gets or sets the date and time the resource was last modified.

Definition:

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

See Also