Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.18 KB

SourceTargetRegexpWarningDtoAllOf.md

File metadata and controls

27 lines (20 loc) · 1.18 KB

SourceTargetRegexpWarningDtoAllOf

Properties

Name Type Description Notes
description str [optional]

Example

from phrasetms_client.models.source_target_regexp_warning_dto_all_of import SourceTargetRegexpWarningDtoAllOf

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

# convert the object into a dict
source_target_regexp_warning_dto_all_of_dict = source_target_regexp_warning_dto_all_of_instance.to_dict()
# create an instance of SourceTargetRegexpWarningDtoAllOf from a dict
source_target_regexp_warning_dto_all_of_from_dict = SourceTargetRegexpWarningDtoAllOf.from_dict(source_target_regexp_warning_dto_all_of_dict)

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