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
frommosquito_alert.models.identificationtasks_review_create_public_note_error_componentimportIdentificationtasksReviewCreatePublicNoteErrorComponent# TODO update the JSON string belowjson="{}"# create an instance of IdentificationtasksReviewCreatePublicNoteErrorComponent from a JSON stringidentificationtasks_review_create_public_note_error_component_instance=IdentificationtasksReviewCreatePublicNoteErrorComponent.from_json(json)
# print the JSON string representation of the objectprint(IdentificationtasksReviewCreatePublicNoteErrorComponent.to_json())
# convert the object into a dictidentificationtasks_review_create_public_note_error_component_dict=identificationtasks_review_create_public_note_error_component_instance.to_dict()
# create an instance of IdentificationtasksReviewCreatePublicNoteErrorComponent from a dictidentificationtasks_review_create_public_note_error_component_from_dict=IdentificationtasksReviewCreatePublicNoteErrorComponent.from_dict(identificationtasks_review_create_public_note_error_component_dict)