Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.35 KB

File metadata and controls

29 lines (20 loc) · 1.35 KB

TRLinkSetTransactionTravelRuleMessageIdResponse

Properties

Name Type Description Notes
success bool Whether the operation was successful

Example

from fireblocks.models.tr_link_set_transaction_travel_rule_message_id_response import TRLinkSetTransactionTravelRuleMessageIdResponse

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

# convert the object into a dict
tr_link_set_transaction_travel_rule_message_id_response_dict = tr_link_set_transaction_travel_rule_message_id_response_instance.to_dict()
# create an instance of TRLinkSetTransactionTravelRuleMessageIdResponse from a dict
tr_link_set_transaction_travel_rule_message_id_response_from_dict = TRLinkSetTransactionTravelRuleMessageIdResponse.from_dict(tr_link_set_transaction_travel_rule_message_id_response_dict)

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