From T, pick a set of properties whose keys are in the union K
from wallet.models.pick_wt_employee_create_exclude_keyof_wt_employee_create_email import PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail
# TODO update the JSON string below
json = "{}"
# create an instance of PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail from a JSON string
pick_wt_employee_create_exclude_keyof_wt_employee_create_email_instance = PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.from_json(json)
# print the JSON string representation of the object
print PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.to_json()
# convert the object into a dict
pick_wt_employee_create_exclude_keyof_wt_employee_create_email_dict = pick_wt_employee_create_exclude_keyof_wt_employee_create_email_instance.to_dict()
# create an instance of PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail from a dict
pick_wt_employee_create_exclude_keyof_wt_employee_create_email_form_dict = pick_wt_employee_create_exclude_keyof_wt_employee_create_email.from_dict(pick_wt_employee_create_exclude_keyof_wt_employee_create_email_dict)