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.source_target_regexp_warning_dto_all_ofimportSourceTargetRegexpWarningDtoAllOf# TODO update the JSON string belowjson="{}"# create an instance of SourceTargetRegexpWarningDtoAllOf from a JSON stringsource_target_regexp_warning_dto_all_of_instance=SourceTargetRegexpWarningDtoAllOf.from_json(json)
# print the JSON string representation of the objectprintSourceTargetRegexpWarningDtoAllOf.to_json()
# convert the object into a dictsource_target_regexp_warning_dto_all_of_dict=source_target_regexp_warning_dto_all_of_instance.to_dict()
# create an instance of SourceTargetRegexpWarningDtoAllOf from a dictsource_target_regexp_warning_dto_all_of_from_dict=SourceTargetRegexpWarningDtoAllOf.from_dict(source_target_regexp_warning_dto_all_of_dict)