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
fromwoj.models.api_submission_get200_response_submissions_innerimportApiSubmissionGet200ResponseSubmissionsInner# TODO update the JSON string belowjson="{}"# create an instance of ApiSubmissionGet200ResponseSubmissionsInner from a JSON stringapi_submission_get200_response_submissions_inner_instance=ApiSubmissionGet200ResponseSubmissionsInner.from_json(json)
# print the JSON string representation of the objectprintApiSubmissionGet200ResponseSubmissionsInner.to_json()
# convert the object into a dictapi_submission_get200_response_submissions_inner_dict=api_submission_get200_response_submissions_inner_instance.to_dict()
# create an instance of ApiSubmissionGet200ResponseSubmissionsInner from a dictapi_submission_get200_response_submissions_inner_form_dict=api_submission_get200_response_submissions_inner.from_dict(api_submission_get200_response_submissions_inner_dict)