Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.64 KB

File metadata and controls

28 lines (19 loc) · 1.64 KB

PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute

Properties

Name Type Description Notes

Example

from wallet.models.pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute import PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute

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

# convert the object into a dict
pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute_dict = pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute_instance.to_dict()
# create an instance of PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmailScheduleStartMinute from a dict
pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute_form_dict = pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute.from_dict(pick_wt_employee_create_exclude_keyof_wt_employee_create_email_schedule_start_minute_dict)

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