Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 952 Bytes

File metadata and controls

28 lines (19 loc) · 952 Bytes

AssetTypesConfigInner

Properties

Name Type Description Notes

Example

from fireblocks.models.asset_types_config_inner import AssetTypesConfigInner

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

# convert the object into a dict
asset_types_config_inner_dict = asset_types_config_inner_instance.to_dict()
# create an instance of AssetTypesConfigInner from a dict
asset_types_config_inner_from_dict = AssetTypesConfigInner.from_dict(asset_types_config_inner_dict)

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