Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.13 KB

File metadata and controls

28 lines (19 loc) · 1.13 KB

WTEmployeeScheduleSimpleSMSListType

Properties

Name Type Description Notes

Example

from wallet.models.wt_employee_schedule_simple_sms_list_type import WTEmployeeScheduleSimpleSMSListType

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

# convert the object into a dict
wt_employee_schedule_simple_sms_list_type_dict = wt_employee_schedule_simple_sms_list_type_instance.to_dict()
# create an instance of WTEmployeeScheduleSimpleSMSListType from a dict
wt_employee_schedule_simple_sms_list_type_form_dict = wt_employee_schedule_simple_sms_list_type.from_dict(wt_employee_schedule_simple_sms_list_type_dict)

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