Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.12 KB

ExtraNumbersWarningDtoAllOf.md

File metadata and controls

27 lines (20 loc) · 1.12 KB

ExtraNumbersWarningDtoAllOf

Properties

Name Type Description Notes
extra_numbers List[str] [optional]

Example

from phrasetms_client.models.extra_numbers_warning_dto_all_of import ExtraNumbersWarningDtoAllOf

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

# convert the object into a dict
extra_numbers_warning_dto_all_of_dict = extra_numbers_warning_dto_all_of_instance.to_dict()
# create an instance of ExtraNumbersWarningDtoAllOf from a dict
extra_numbers_warning_dto_all_of_from_dict = ExtraNumbersWarningDtoAllOf.from_dict(extra_numbers_warning_dto_all_of_dict)

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