Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

File metadata and controls

29 lines (20 loc) · 1.04 KB

FunctionDateTruncateOptions

Properties

Name Type Description Notes
interval str

Example

from cm_python_openapi_sdk.models.function_date_truncate_options import FunctionDateTruncateOptions

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

# convert the object into a dict
function_date_truncate_options_dict = function_date_truncate_options_instance.to_dict()
# create an instance of FunctionDateTruncateOptions from a dict
function_date_truncate_options_from_dict = FunctionDateTruncateOptions.from_dict(function_date_truncate_options_dict)

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