created_time property

created_time property

Gets and sets the created time of this threaded comment.

Definition:

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

See Also