Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.3 KB

MultipleSpacesV3WarningDtoAllOf.md

File metadata and controls

28 lines (21 loc) · 1.3 KB

MultipleSpacesV3WarningDtoAllOf

Properties

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

Example

from phrasetms_client.models.multiple_spaces_v3_warning_dto_all_of import MultipleSpacesV3WarningDtoAllOf

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

# convert the object into a dict
multiple_spaces_v3_warning_dto_all_of_dict = multiple_spaces_v3_warning_dto_all_of_instance.to_dict()
# create an instance of MultipleSpacesV3WarningDtoAllOf from a dict
multiple_spaces_v3_warning_dto_all_of_from_dict = MultipleSpacesV3WarningDtoAllOf.from_dict(multiple_spaces_v3_warning_dto_all_of_dict)

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