Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.28 KB

ExtraNumbersV3WarningDtoAllOf.md

File metadata and controls

28 lines (21 loc) · 1.28 KB

ExtraNumbersV3WarningDtoAllOf

Properties

Name Type Description Notes
number str [optional]
positions List[Position] [optional]

Example

from phrasetms_client.models.extra_numbers_v3_warning_dto_all_of import ExtraNumbersV3WarningDtoAllOf

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

# convert the object into a dict
extra_numbers_v3_warning_dto_all_of_dict = extra_numbers_v3_warning_dto_all_of_instance.to_dict()
# create an instance of ExtraNumbersV3WarningDtoAllOf from a dict
extra_numbers_v3_warning_dto_all_of_from_dict = ExtraNumbersV3WarningDtoAllOf.from_dict(extra_numbers_v3_warning_dto_all_of_dict)

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