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
fromaffinidi_tdk_iota_client.models.invalid_parameter_error_details_innerimportInvalidParameterErrorDetailsInner# TODO update the JSON string belowjson="{}"# create an instance of InvalidParameterErrorDetailsInner from a JSON stringinvalid_parameter_error_details_inner_instance=InvalidParameterErrorDetailsInner.from_json(json)
# print the JSON string representation of the objectprintInvalidParameterErrorDetailsInner.to_json()
# convert the object into a dictinvalid_parameter_error_details_inner_dict=invalid_parameter_error_details_inner_instance.to_dict()
# create an instance of InvalidParameterErrorDetailsInner from a dictinvalid_parameter_error_details_inner_from_dict=InvalidParameterErrorDetailsInner.from_dict(invalid_parameter_error_details_inner_dict)