You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromphrasetms_client.models.multiple_spaces_v3_warning_dto_all_ofimportMultipleSpacesV3WarningDtoAllOf# TODO update the JSON string belowjson="{}"# create an instance of MultipleSpacesV3WarningDtoAllOf from a JSON stringmultiple_spaces_v3_warning_dto_all_of_instance=MultipleSpacesV3WarningDtoAllOf.from_json(json)
# print the JSON string representation of the objectprintMultipleSpacesV3WarningDtoAllOf.to_json()
# convert the object into a dictmultiple_spaces_v3_warning_dto_all_of_dict=multiple_spaces_v3_warning_dto_all_of_instance.to_dict()
# create an instance of MultipleSpacesV3WarningDtoAllOf from a dictmultiple_spaces_v3_warning_dto_all_of_from_dict=MultipleSpacesV3WarningDtoAllOf.from_dict(multiple_spaces_v3_warning_dto_all_of_dict)