| Name | Type | Description | Notes |
|---|---|---|---|
| definition | TranslateDictionary200ResponseDefinition | [optional] | |
| language | TranslateDictionary200ResponseLanguage | [optional] |
from openapi_client.models.translate_dictionary200_response import TranslateDictionary200Response
# TODO update the JSON string below
json = "{}"
# create an instance of TranslateDictionary200Response from a JSON string
translate_dictionary200_response_instance = TranslateDictionary200Response.from_json(json)
# print the JSON string representation of the object
print(TranslateDictionary200Response.to_json())
# convert the object into a dict
translate_dictionary200_response_dict = translate_dictionary200_response_instance.to_dict()
# create an instance of TranslateDictionary200Response from a dict
translate_dictionary200_response_from_dict = TranslateDictionary200Response.from_dict(translate_dictionary200_response_dict)