Name | Type | Description | Notes |
---|---|---|---|
type | TransferOperationType | ||
params | TransferOperationConfigParams |
from fireblocks.models.create_transfer_config_operation_request import CreateTransferConfigOperationRequest
# TODO update the JSON string below
json = "{}"
# create an instance of CreateTransferConfigOperationRequest from a JSON string
create_transfer_config_operation_request_instance = CreateTransferConfigOperationRequest.from_json(json)
# print the JSON string representation of the object
print(CreateTransferConfigOperationRequest.to_json())
# convert the object into a dict
create_transfer_config_operation_request_dict = create_transfer_config_operation_request_instance.to_dict()
# create an instance of CreateTransferConfigOperationRequest from a dict
create_transfer_config_operation_request_from_dict = CreateTransferConfigOperationRequest.from_dict(create_transfer_config_operation_request_dict)