Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.43 KB

HIUSubscriptionNotificationAcknowledgmentAcknowledgement.md

File metadata and controls

30 lines (21 loc) · 1.43 KB

HIUSubscriptionNotificationAcknowledgmentAcknowledgement

Properties

Name Type Description Notes
status str
event_id str

Example

from abdm.models.hiu_subscription_notification_acknowledgment_acknowledgement import HIUSubscriptionNotificationAcknowledgmentAcknowledgement

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

# convert the object into a dict
hiu_subscription_notification_acknowledgment_acknowledgement_dict = hiu_subscription_notification_acknowledgment_acknowledgement_instance.to_dict()
# create an instance of HIUSubscriptionNotificationAcknowledgmentAcknowledgement from a dict
hiu_subscription_notification_acknowledgment_acknowledgement_from_dict = HIUSubscriptionNotificationAcknowledgmentAcknowledgement.from_dict(hiu_subscription_notification_acknowledgment_acknowledgement_dict)

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