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
fromrevengai.models.ai_decomp_inverse_string_map_itemimportAIDecompInverseStringMapItem# TODO update the JSON string belowjson="{}"# create an instance of AIDecompInverseStringMapItem from a JSON stringai_decomp_inverse_string_map_item_instance=AIDecompInverseStringMapItem.from_json(json)
# print the JSON string representation of the objectprint(AIDecompInverseStringMapItem.to_json())
# convert the object into a dictai_decomp_inverse_string_map_item_dict=ai_decomp_inverse_string_map_item_instance.to_dict()
# create an instance of AIDecompInverseStringMapItem from a dictai_decomp_inverse_string_map_item_from_dict=AIDecompInverseStringMapItem.from_dict(ai_decomp_inverse_string_map_item_dict)