Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.25 KB

AbsoluteTranslationLengthWarningDtoAllOf.md

File metadata and controls

27 lines (20 loc) · 1.25 KB

AbsoluteTranslationLengthWarningDtoAllOf

Properties

Name Type Description Notes
limit str [optional]

Example

from phrasetms_client.models.absolute_translation_length_warning_dto_all_of import AbsoluteTranslationLengthWarningDtoAllOf

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

# convert the object into a dict
absolute_translation_length_warning_dto_all_of_dict = absolute_translation_length_warning_dto_all_of_instance.to_dict()
# create an instance of AbsoluteTranslationLengthWarningDtoAllOf from a dict
absolute_translation_length_warning_dto_all_of_from_dict = AbsoluteTranslationLengthWarningDtoAllOf.from_dict(absolute_translation_length_warning_dto_all_of_dict)

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