Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 883 Bytes

File metadata and controls

30 lines (21 loc) · 883 Bytes

SimplePair

Properties

Name Type Description Notes
key str [optional]
value str [optional]

Example

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)

[Back to Model list] [Back to API list] [Back to README]