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.vault_accounts_paged_response_pagingimportVaultAccountsPagedResponsePaging# TODO update the JSON string belowjson="{}"# create an instance of VaultAccountsPagedResponsePaging from a JSON stringvault_accounts_paged_response_paging_instance=VaultAccountsPagedResponsePaging.from_json(json)
# print the JSON string representation of the objectprint(VaultAccountsPagedResponsePaging.to_json())
# convert the object into a dictvault_accounts_paged_response_paging_dict=vault_accounts_paged_response_paging_instance.to_dict()
# create an instance of VaultAccountsPagedResponsePaging from a dictvault_accounts_paged_response_paging_from_dict=VaultAccountsPagedResponsePaging.from_dict(vault_accounts_paged_response_paging_dict)