Date range for the export.
Name | Type | Description | Notes |
---|---|---|---|
end | datetime | ||
start | datetime |
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)