You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromcm_python_openapi_sdk.models.dwh_query_property_types_function_ntileimportDwhQueryPropertyTypesFunctionNtile# TODO update the JSON string belowjson="{}"# create an instance of DwhQueryPropertyTypesFunctionNtile from a JSON stringdwh_query_property_types_function_ntile_instance=DwhQueryPropertyTypesFunctionNtile.from_json(json)
# print the JSON string representation of the objectprint(DwhQueryPropertyTypesFunctionNtile.to_json())
# convert the object into a dictdwh_query_property_types_function_ntile_dict=dwh_query_property_types_function_ntile_instance.to_dict()
# create an instance of DwhQueryPropertyTypesFunctionNtile from a dictdwh_query_property_types_function_ntile_from_dict=DwhQueryPropertyTypesFunctionNtile.from_dict(dwh_query_property_types_function_ntile_dict)