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.screening_provider_rules_configuration_responseimportScreeningProviderRulesConfigurationResponse# TODO update the JSON string belowjson="{}"# create an instance of ScreeningProviderRulesConfigurationResponse from a JSON stringscreening_provider_rules_configuration_response_instance=ScreeningProviderRulesConfigurationResponse.from_json(json)
# print the JSON string representation of the objectprint(ScreeningProviderRulesConfigurationResponse.to_json())
# convert the object into a dictscreening_provider_rules_configuration_response_dict=screening_provider_rules_configuration_response_instance.to_dict()
# create an instance of ScreeningProviderRulesConfigurationResponse from a dictscreening_provider_rules_configuration_response_from_dict=ScreeningProviderRulesConfigurationResponse.from_dict(screening_provider_rules_configuration_response_dict)