| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | [optional] | |
| type | str | ||
| content | List[DwhQueryPropertyTypesFunctionPercentile] | ||
| options | object |
from cm_python_openapi_sdk.models.function_percentile import FunctionPercentile
# TODO update the JSON string below
json = "{}"
# create an instance of FunctionPercentile from a JSON string
function_percentile_instance = FunctionPercentile.from_json(json)
# print the JSON string representation of the object
print(FunctionPercentile.to_json())
# convert the object into a dict
function_percentile_dict = function_percentile_instance.to_dict()
# create an instance of FunctionPercentile from a dict
function_percentile_from_dict = FunctionPercentile.from_dict(function_percentile_dict)