Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.29 KB

File metadata and controls

28 lines (20 loc) · 1.29 KB

ActivateBlockchainEventSubscriptionRData

Properties

Name Type Description Notes
item ActivateBlockchainEventSubscriptionRI

Example

from cryptoapis.models.activate_blockchain_event_subscription_r_data import ActivateBlockchainEventSubscriptionRData

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

# convert the object into a dict
activate_blockchain_event_subscription_r_data_dict = activate_blockchain_event_subscription_r_data_instance.to_dict()
# create an instance of ActivateBlockchainEventSubscriptionRData from a dict
activate_blockchain_event_subscription_r_data_form_dict = activate_blockchain_event_subscription_r_data.from_dict(activate_blockchain_event_subscription_r_data_dict)

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