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_id_get200_response_submissionimportApiSubmissionIdGet200ResponseSubmission# TODO update the JSON string belowjson="{}"# create an instance of ApiSubmissionIdGet200ResponseSubmission from a JSON stringapi_submission_id_get200_response_submission_instance=ApiSubmissionIdGet200ResponseSubmission.from_json(json)
# print the JSON string representation of the objectprintApiSubmissionIdGet200ResponseSubmission.to_json()
# convert the object into a dictapi_submission_id_get200_response_submission_dict=api_submission_id_get200_response_submission_instance.to_dict()
# create an instance of ApiSubmissionIdGet200ResponseSubmission from a dictapi_submission_id_get200_response_submission_form_dict=api_submission_id_get200_response_submission.from_dict(api_submission_id_get200_response_submission_dict)