ConsentArtefactResponseConsentConsentDetailConsentManager
Properties
Name |
Type |
Description |
Notes |
id |
str |
|
|
Example
from abdm.models.consent_artefact_response_consent_consent_detail_consent_manager import ConsentArtefactResponseConsentConsentDetailConsentManager
# TODO update the JSON string below
json = "{}"
# create an instance of ConsentArtefactResponseConsentConsentDetailConsentManager from a JSON string
consent_artefact_response_consent_consent_detail_consent_manager_instance = ConsentArtefactResponseConsentConsentDetailConsentManager.from_json(json)
# print the JSON string representation of the object
print(ConsentArtefactResponseConsentConsentDetailConsentManager.to_json())
# convert the object into a dict
consent_artefact_response_consent_consent_detail_consent_manager_dict = consent_artefact_response_consent_consent_detail_consent_manager_instance.to_dict()
# create an instance of ConsentArtefactResponseConsentConsentDetailConsentManager from a dict
consent_artefact_response_consent_consent_detail_consent_manager_from_dict = ConsentArtefactResponseConsentConsentDetailConsentManager.from_dict(consent_artefact_response_consent_consent_detail_consent_manager_dict)
[Back to Model list] [Back to API list] [Back to README]