Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.1 KB

NestedTagsWarningDtoAllOf.md

File metadata and controls

27 lines (20 loc) · 1.1 KB

NestedTagsWarningDtoAllOf

Properties

Name Type Description Notes
misplaced_target_tag str [optional]

Example

from phrasetms_client.models.nested_tags_warning_dto_all_of import NestedTagsWarningDtoAllOf

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

# convert the object into a dict
nested_tags_warning_dto_all_of_dict = nested_tags_warning_dto_all_of_instance.to_dict()
# create an instance of NestedTagsWarningDtoAllOf from a dict
nested_tags_warning_dto_all_of_from_dict = NestedTagsWarningDtoAllOf.from_dict(nested_tags_warning_dto_all_of_dict)

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