Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 997 Bytes

SrcOrDestAttributesInner.md

File metadata and controls

28 lines (19 loc) · 997 Bytes

SrcOrDestAttributesInner

Properties

Name Type Description Notes

Example

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]