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
fromabdm.models.consent_artefact_response_consent_consent_detail_hipimportConsentArtefactResponseConsentConsentDetailHip# TODO update the JSON string belowjson="{}"# create an instance of ConsentArtefactResponseConsentConsentDetailHip from a JSON stringconsent_artefact_response_consent_consent_detail_hip_instance=ConsentArtefactResponseConsentConsentDetailHip.from_json(json)
# print the JSON string representation of the objectprint(ConsentArtefactResponseConsentConsentDetailHip.to_json())
# convert the object into a dictconsent_artefact_response_consent_consent_detail_hip_dict=consent_artefact_response_consent_consent_detail_hip_instance.to_dict()
# create an instance of ConsentArtefactResponseConsentConsentDetailHip from a dictconsent_artefact_response_consent_consent_detail_hip_from_dict=ConsentArtefactResponseConsentConsentDetailHip.from_dict(consent_artefact_response_consent_consent_detail_hip_dict)