from listmonk.models.get_i18n_lang200_response import GetI18nLang200Response
# TODO update the JSON string below
json = "{}"
# create an instance of GetI18nLang200Response from a JSON string
get_i18n_lang200_response_instance = GetI18nLang200Response.from_json(json)
# print the JSON string representation of the object
print
GetI18nLang200Response.to_json()
# convert the object into a dict
get_i18n_lang200_response_dict = get_i18n_lang200_response_instance.to_dict()
# create an instance of GetI18nLang200Response from a dict
get_i18n_lang200_response_form_dict = get_i18n_lang200_response.from_dict(get_i18n_lang200_response_dict)
[Back to Model list] [Back to API list] [Back to README]