| Name | Type | Description | Notes |
|---|---|---|---|
| function | DateRangeFunctionFunction |
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)