Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 862 Bytes

StartEnd.md

File metadata and controls

31 lines (22 loc) · 862 Bytes

StartEnd

Date range for the export.

Properties

Name Type Description Notes
end datetime
start datetime

Example

from openapi_client.models.start_end import StartEnd

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

# convert the object into a dict
start_end_dict = start_end_instance.to_dict()
# create an instance of StartEnd from a dict
start_end_from_dict = StartEnd.from_dict(start_end_dict)

[Back to Model list] [Back to API list] [Back to README]