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
fromstratum.models.batch_set_config_input_entries_innerimportBatchSetConfigInputEntriesInner# TODO update the JSON string belowjson="{}"# create an instance of BatchSetConfigInputEntriesInner from a JSON stringbatch_set_config_input_entries_inner_instance=BatchSetConfigInputEntriesInner.from_json(json)
# print the JSON string representation of the objectprint(BatchSetConfigInputEntriesInner.to_json())
# convert the object into a dictbatch_set_config_input_entries_inner_dict=batch_set_config_input_entries_inner_instance.to_dict()
# create an instance of BatchSetConfigInputEntriesInner from a dictbatch_set_config_input_entries_inner_from_dict=BatchSetConfigInputEntriesInner.from_dict(batch_set_config_input_entries_inner_dict)