summaryrefslogtreecommitdiffstats
path: root/python_client/fatcat_client/models/webcapture_entity.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-18 17:29:27 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-18 17:29:27 -0800
commit922bb704e95f477fa502fd85411f51841b0baaee (patch)
treedb81ca941d10367756a0e1471b8a30bbe162b28f /python_client/fatcat_client/models/webcapture_entity.py
parent4eab53da4b89d0ef4d90140f9429a3bdfcc7761e (diff)
downloadfatcat-922bb704e95f477fa502fd85411f51841b0baaee.tar.gz
fatcat-922bb704e95f477fa502fd85411f51841b0baaee.zip
python codegen
Diffstat (limited to 'python_client/fatcat_client/models/webcapture_entity.py')
-rw-r--r--python_client/fatcat_client/models/webcapture_entity.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python_client/fatcat_client/models/webcapture_entity.py b/python_client/fatcat_client/models/webcapture_entity.py
index 9d49c916..6db49186 100644
--- a/python_client/fatcat_client/models/webcapture_entity.py
+++ b/python_client/fatcat_client/models/webcapture_entity.py
@@ -125,6 +125,7 @@ class WebcaptureEntity(object):
def timestamp(self):
"""Gets the timestamp of this WebcaptureEntity. # noqa: E501
+ same format as CDX line timestamp (UTC, etc). Corresponds to the overall capture timestamp. Can be the earliest or average of CDX timestamps if that makes sense. # noqa: E501
:return: The timestamp of this WebcaptureEntity. # noqa: E501
:rtype: datetime
@@ -135,6 +136,7 @@ class WebcaptureEntity(object):
def timestamp(self, timestamp):
"""Sets the timestamp of this WebcaptureEntity.
+ same format as CDX line timestamp (UTC, etc). Corresponds to the overall capture timestamp. Can be the earliest or average of CDX timestamps if that makes sense. # noqa: E501
:param timestamp: The timestamp of this WebcaptureEntity. # noqa: E501
:type: datetime