Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1 KB

NewerAtLowerLevelWarningDto.md

File metadata and controls

26 lines (19 loc) · 1 KB

NewerAtLowerLevelWarningDto

Properties

Name Type Description Notes

Example

from phrasetms_client.models.newer_at_lower_level_warning_dto import NewerAtLowerLevelWarningDto

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

# convert the object into a dict
newer_at_lower_level_warning_dto_dict = newer_at_lower_level_warning_dto_instance.to_dict()
# create an instance of NewerAtLowerLevelWarningDto from a dict
newer_at_lower_level_warning_dto_from_dict = NewerAtLowerLevelWarningDto.from_dict(newer_at_lower_level_warning_dto_dict)

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