expired property

expired property

Gets the tag that labels the latest date the owner intends the file data to be used.

Definition:

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

See Also