Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.07 KB

File metadata and controls

32 lines (23 loc) · 1.07 KB

FunctionNtile

Properties

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

Example

from cm_python_openapi_sdk.models.function_ntile import FunctionNtile

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

# convert the object into a dict
function_ntile_dict = function_ntile_instance.to_dict()
# create an instance of FunctionNtile from a dict
function_ntile_from_dict = FunctionNtile.from_dict(function_ntile_dict)

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