Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB

TargetSourceIdenticalWarningDto

Properties

Name Type Description Notes

Example

from phrasetms_client.models.target_source_identical_warning_dto import TargetSourceIdenticalWarningDto

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

# convert the object into a dict
target_source_identical_warning_dto_dict = target_source_identical_warning_dto_instance.to_dict()
# create an instance of TargetSourceIdenticalWarningDto from a dict
target_source_identical_warning_dto_from_dict = TargetSourceIdenticalWarningDto.from_dict(target_source_identical_warning_dto_dict)

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