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.23 KB

File metadata and controls

28 lines (20 loc) · 1.23 KB

CreateAutomaticTokensForwardingRData

Properties

Name Type Description Notes
item CreateAutomaticTokensForwardingRI

Example

from cryptoapis.models.create_automatic_tokens_forwarding_r_data import CreateAutomaticTokensForwardingRData

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

# convert the object into a dict
create_automatic_tokens_forwarding_r_data_dict = create_automatic_tokens_forwarding_r_data_instance.to_dict()
# create an instance of CreateAutomaticTokensForwardingRData from a dict
create_automatic_tokens_forwarding_r_data_form_dict = create_automatic_tokens_forwarding_r_data.from_dict(create_automatic_tokens_forwarding_r_data_dict)

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