Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.25 KB

File metadata and controls

32 lines (23 loc) · 1.25 KB

DwhQueryPropertyTypesFunctionNtile

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_ntile import DwhQueryPropertyTypesFunctionNtile

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

# convert the object into a dict
dwh_query_property_types_function_ntile_dict = dwh_query_property_types_function_ntile_instance.to_dict()
# create an instance of DwhQueryPropertyTypesFunctionNtile from a dict
dwh_query_property_types_function_ntile_from_dict = DwhQueryPropertyTypesFunctionNtile.from_dict(dwh_query_property_types_function_ntile_dict)

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