Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.32 KB

File metadata and controls

32 lines (23 loc) · 1.32 KB

DwhQueryPropertyTypesFunctionPercentile

Properties

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

Example

from cm_python_openapi_sdk.models.dwh_query_property_types_function_percentile import DwhQueryPropertyTypesFunctionPercentile

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

# convert the object into a dict
dwh_query_property_types_function_percentile_dict = dwh_query_property_types_function_percentile_instance.to_dict()
# create an instance of DwhQueryPropertyTypesFunctionPercentile from a dict
dwh_query_property_types_function_percentile_from_dict = DwhQueryPropertyTypesFunctionPercentile.from_dict(dwh_query_property_types_function_percentile_dict)

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