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
Result, set only when done is true and the operation succeeded.
[optional]
Example
fromrevengai.models.operation_crypto_scan_metadata_crypto_scan_resultimportOperationCryptoScanMetadataCryptoScanResult# TODO update the JSON string belowjson="{}"# create an instance of OperationCryptoScanMetadataCryptoScanResult from a JSON stringoperation_crypto_scan_metadata_crypto_scan_result_instance=OperationCryptoScanMetadataCryptoScanResult.from_json(json)
# print the JSON string representation of the objectprint(OperationCryptoScanMetadataCryptoScanResult.to_json())
# convert the object into a dictoperation_crypto_scan_metadata_crypto_scan_result_dict=operation_crypto_scan_metadata_crypto_scan_result_instance.to_dict()
# create an instance of OperationCryptoScanMetadataCryptoScanResult from a dictoperation_crypto_scan_metadata_crypto_scan_result_from_dict=OperationCryptoScanMetadataCryptoScanResult.from_dict(operation_crypto_scan_metadata_crypto_scan_result_dict)