ABDM-HIU-SDK

ConsentArtefactReference

Properties

Name Type Description Notes
id str    

Example

from abdm.models.consent_artefact_reference import ConsentArtefactReference

# TODO update the JSON string below
json = "{}"
# create an instance of ConsentArtefactReference from a JSON string
consent_artefact_reference_instance = ConsentArtefactReference.from_json(json)
# print the JSON string representation of the object
print(ConsentArtefactReference.to_json())

# convert the object into a dict
consent_artefact_reference_dict = consent_artefact_reference_instance.to_dict()
# create an instance of ConsentArtefactReference from a dict
consent_artefact_reference_from_dict = ConsentArtefactReference.from_dict(consent_artefact_reference_dict)

[Back to Model list] [Back to API list] [Back to README]