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
fromdocspace_api_sdk.models.item_key_value_pair_string_stringimportItemKeyValuePairStringString# TODO update the JSON string belowjson="{}"# create an instance of ItemKeyValuePairStringString from a JSON stringitem_key_value_pair_string_string_instance=ItemKeyValuePairStringString.from_json(json)
# print the JSON string representation of the objectprint(ItemKeyValuePairStringString.to_json())
# convert the object into a dictitem_key_value_pair_string_string_dict=item_key_value_pair_string_string_instance.to_dict()
# create an instance of ItemKeyValuePairStringString from a dictitem_key_value_pair_string_string_from_dict=ItemKeyValuePairStringString.from_dict(item_key_value_pair_string_string_dict)