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
fromdappserver_server_sdk.models.config_file_render_string_dtoimportConfigFileRenderStringDTO# TODO update the JSON string belowjson="{}"# create an instance of ConfigFileRenderStringDTO from a JSON stringconfig_file_render_string_dto_instance=ConfigFileRenderStringDTO.from_json(json)
# print the JSON string representation of the objectprintConfigFileRenderStringDTO.to_json()
# convert the object into a dictconfig_file_render_string_dto_dict=config_file_render_string_dto_instance.to_dict()
# create an instance of ConfigFileRenderStringDTO from a dictconfig_file_render_string_dto_form_dict=config_file_render_string_dto.from_dict(config_file_render_string_dto_dict)