Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.23 KB

InconsistentTranslationWarningDtoAllOf.md

File metadata and controls

27 lines (20 loc) · 1.23 KB

InconsistentTranslationWarningDtoAllOf

Properties

Name Type Description Notes
segment_id str [optional]

Example

from phrasetms_client.models.inconsistent_translation_warning_dto_all_of import InconsistentTranslationWarningDtoAllOf

# TODO update the JSON string below
json = "{}"
# create an instance of InconsistentTranslationWarningDtoAllOf from a JSON string
inconsistent_translation_warning_dto_all_of_instance = InconsistentTranslationWarningDtoAllOf.from_json(json)
# print the JSON string representation of the object
print InconsistentTranslationWarningDtoAllOf.to_json()

# convert the object into a dict
inconsistent_translation_warning_dto_all_of_dict = inconsistent_translation_warning_dto_all_of_instance.to_dict()
# create an instance of InconsistentTranslationWarningDtoAllOf from a dict
inconsistent_translation_warning_dto_all_of_from_dict = InconsistentTranslationWarningDtoAllOf.from_dict(inconsistent_translation_warning_dto_all_of_dict)

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