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_row_numberimportDwhQueryPropertyTypesFunctionRowNumber# TODO update the JSON string belowjson="{}"# create an instance of DwhQueryPropertyTypesFunctionRowNumber from a JSON stringdwh_query_property_types_function_row_number_instance=DwhQueryPropertyTypesFunctionRowNumber.from_json(json)
# print the JSON string representation of the objectprint(DwhQueryPropertyTypesFunctionRowNumber.to_json())
# convert the object into a dictdwh_query_property_types_function_row_number_dict=dwh_query_property_types_function_row_number_instance.to_dict()
# create an instance of DwhQueryPropertyTypesFunctionRowNumber from a dictdwh_query_property_types_function_row_number_from_dict=DwhQueryPropertyTypesFunctionRowNumber.from_dict(dwh_query_property_types_function_row_number_dict)