Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.09 KB

File metadata and controls

32 lines (23 loc) · 1.09 KB

FunctionPercentile

Properties

Name Type Description Notes
id str [optional]
type str
content List[DwhQueryPropertyTypesFunctionPercentile]
options object

Example

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)

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