Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 988 Bytes

File metadata and controls

29 lines (20 loc) · 988 Bytes

DateRangeFunction

Properties

Name Type Description Notes
function DateRangeFunctionFunction

Example

from cm_python_openapi_sdk.models.date_range_function import DateRangeFunction

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

# convert the object into a dict
date_range_function_dict = date_range_function_instance.to_dict()
# create an instance of DateRangeFunction from a dict
date_range_function_from_dict = DateRangeFunction.from_dict(date_range_function_dict)

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