Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.06 KB

File metadata and controls

28 lines (19 loc) · 1.06 KB

LegacySrcOrDestAttributesInner

Properties

Name Type Description Notes

Example

from fireblocks.models.legacy_src_or_dest_attributes_inner import LegacySrcOrDestAttributesInner

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

# convert the object into a dict
legacy_src_or_dest_attributes_inner_dict = legacy_src_or_dest_attributes_inner_instance.to_dict()
# create an instance of LegacySrcOrDestAttributesInner from a dict
legacy_src_or_dest_attributes_inner_from_dict = LegacySrcOrDestAttributesInner.from_dict(legacy_src_or_dest_attributes_inner_dict)

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