Name |
Type |
Description |
Notes |
from fireblocks.models.src_or_dest_attributes_inner import SrcOrDestAttributesInner
# TODO update the JSON string below
json = "{}"
# create an instance of SrcOrDestAttributesInner from a JSON string
src_or_dest_attributes_inner_instance = SrcOrDestAttributesInner.from_json(json)
# print the JSON string representation of the object
print(SrcOrDestAttributesInner.to_json())
# convert the object into a dict
src_or_dest_attributes_inner_dict = src_or_dest_attributes_inner_instance.to_dict()
# create an instance of SrcOrDestAttributesInner from a dict
src_or_dest_attributes_inner_from_dict = SrcOrDestAttributesInner.from_dict(src_or_dest_attributes_inner_dict)
[Back to Model list] [Back to API list] [Back to README]