Name |
Type |
Description |
Notes |
message |
str |
|
[optional] |
sub_type |
str |
|
[optional] |
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]