You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromfireblocks.models.get_linked_collections_paginated_responseimportGetLinkedCollectionsPaginatedResponse# TODO update the JSON string belowjson="{}"# create an instance of GetLinkedCollectionsPaginatedResponse from a JSON stringget_linked_collections_paginated_response_instance=GetLinkedCollectionsPaginatedResponse.from_json(json)
# print the JSON string representation of the objectprint(GetLinkedCollectionsPaginatedResponse.to_json())
# convert the object into a dictget_linked_collections_paginated_response_dict=get_linked_collections_paginated_response_instance.to_dict()
# create an instance of GetLinkedCollectionsPaginatedResponse from a dictget_linked_collections_paginated_response_from_dict=GetLinkedCollectionsPaginatedResponse.from_dict(get_linked_collections_paginated_response_dict)