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
frominstana_client.models.webpage_script_configuration_updateimportWebpageScriptConfigurationUpdate# TODO update the JSON string belowjson="{}"# create an instance of WebpageScriptConfigurationUpdate from a JSON stringwebpage_script_configuration_update_instance=WebpageScriptConfigurationUpdate.from_json(json)
# print the JSON string representation of the objectprint(WebpageScriptConfigurationUpdate.to_json())
# convert the object into a dictwebpage_script_configuration_update_dict=webpage_script_configuration_update_instance.to_dict()
# create an instance of WebpageScriptConfigurationUpdate from a dictwebpage_script_configuration_update_from_dict=WebpageScriptConfigurationUpdate.from_dict(webpage_script_configuration_update_dict)