| Name | Type | Description | Notes |
|---|---|---|---|
| key | str | [optional] | |
| value | str | [optional] |
from pytypid_generated_client.models.simple_pair import SimplePair
# TODO update the JSON string below
json = "{}"
# create an instance of SimplePair from a JSON string
simple_pair_instance = SimplePair.from_json(json)
# print the JSON string representation of the object
print(SimplePair.to_json())
# convert the object into a dict
simple_pair_dict = simple_pair_instance.to_dict()
# create an instance of SimplePair from a dict
simple_pair_from_dict = SimplePair.from_dict(simple_pair_dict)