| Name | Type | Description | Notes |
|---|---|---|---|
| pe_timestamp | int | ||
| export_timestamp | int | ||
| debug_timestamp | int |
fromrevengai.models.timestamp_modelimportTimestampModel# TODO update the JSON string belowjson="{}"# create an instance of TimestampModel from a JSON stringtimestamp_model_instance=TimestampModel.from_json(json)
# print the JSON string representation of the objectprint(TimestampModel.to_json())
# convert the object into a dicttimestamp_model_dict=timestamp_model_instance.to_dict()
# create an instance of TimestampModel from a dicttimestamp_model_from_dict=TimestampModel.from_dict(timestamp_model_dict)