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
frompdf_generator_api_client.models.form_configuration_new_actions_innerimportFormConfigurationNewActionsInner# TODO update the JSON string belowjson="{}"# create an instance of FormConfigurationNewActionsInner from a JSON stringform_configuration_new_actions_inner_instance=FormConfigurationNewActionsInner.from_json(json)
# print the JSON string representation of the objectprint(FormConfigurationNewActionsInner.to_json())
# convert the object into a dictform_configuration_new_actions_inner_dict=form_configuration_new_actions_inner_instance.to_dict()
# create an instance of FormConfigurationNewActionsInner from a dictform_configuration_new_actions_inner_from_dict=FormConfigurationNewActionsInner.from_dict(form_configuration_new_actions_inner_dict)