Properties
Name |
Type |
Description |
Notes |
care_context_reference |
str |
|
|
hi_status |
str |
|
|
description |
str |
|
[optional] |
Example
from abdm.models.health_information_notification_notification_status_notification_status_responses_inner import HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner
# TODO update the JSON string below
json = "{}"
# create an instance of HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner from a JSON string
health_information_notification_notification_status_notification_status_responses_inner_instance = HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner.from_json(json)
# print the JSON string representation of the object
print(HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner.to_json())
# convert the object into a dict
health_information_notification_notification_status_notification_status_responses_inner_dict = health_information_notification_notification_status_notification_status_responses_inner_instance.to_dict()
# create an instance of HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner from a dict
health_information_notification_notification_status_notification_status_responses_inner_from_dict = HealthInformationNotificationNotificationStatusNotificationStatusResponsesInner.from_dict(health_information_notification_notification_status_notification_status_responses_inner_dict)
[Back to Model list] [Back to API list] [Back to README]