Name |
Type |
Description |
Notes |
name |
str |
|
|
from fireblocks.models.set_network_id_name_request import SetNetworkIdNameRequest
# TODO update the JSON string below
json = "{}"
# create an instance of SetNetworkIdNameRequest from a JSON string
set_network_id_name_request_instance = SetNetworkIdNameRequest.from_json(json)
# print the JSON string representation of the object
print(SetNetworkIdNameRequest.to_json())
# convert the object into a dict
set_network_id_name_request_dict = set_network_id_name_request_instance.to_dict()
# create an instance of SetNetworkIdNameRequest from a dict
set_network_id_name_request_from_dict = SetNetworkIdNameRequest.from_dict(set_network_id_name_request_dict)
[Back to Model list] [Back to API list] [Back to README]