Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.07 KB

MoraviaWarningDtoAllOf.md

File metadata and controls

28 lines (21 loc) · 1.07 KB

MoraviaWarningDtoAllOf

Properties

Name Type Description Notes
message str [optional]
sub_type str [optional]

Example

from phrasetms_client.models.moravia_warning_dto_all_of import MoraviaWarningDtoAllOf

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

# convert the object into a dict
moravia_warning_dto_all_of_dict = moravia_warning_dto_all_of_instance.to_dict()
# create an instance of MoraviaWarningDtoAllOf from a dict
moravia_warning_dto_all_of_from_dict = MoraviaWarningDtoAllOf.from_dict(moravia_warning_dto_all_of_dict)

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