时间戳类型

属性

名称

类型

描述

备注

时间戳

字符串

示例

from gs_interactive.models.time_stamp_type import TimeStampType

# TODO update the JSON string below
json = "{}"
# create an instance of TimeStampType from a JSON string
time_stamp_type_instance = TimeStampType.from_json(json)
# print the JSON string representation of the object
print TimeStampType.to_json()

# convert the object into a dict
time_stamp_type_dict = time_stamp_type_instance.to_dict()
# create an instance of TimeStampType from a dict
time_stamp_type_form_dict = time_stamp_type.from_dict(time_stamp_type_dict)

[返回模型列表] [返回API列表] [返回python_sdk]