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.project_template_notify_provider_dtoimportProjectTemplateNotifyProviderDto# TODO update the JSON string belowjson="{}"# create an instance of ProjectTemplateNotifyProviderDto from a JSON stringproject_template_notify_provider_dto_instance=ProjectTemplateNotifyProviderDto.from_json(json)
# print the JSON string representation of the objectprintProjectTemplateNotifyProviderDto.to_json()
# convert the object into a dictproject_template_notify_provider_dto_dict=project_template_notify_provider_dto_instance.to_dict()
# create an instance of ProjectTemplateNotifyProviderDto from a dictproject_template_notify_provider_dto_from_dict=ProjectTemplateNotifyProviderDto.from_dict(project_template_notify_provider_dto_dict)