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
fromwallet.models.wt_employee_create_static_voucher_campaign_groupimportWTEmployeeCreateStaticVoucherCampaignGroup# TODO update the JSON string belowjson="{}"# create an instance of WTEmployeeCreateStaticVoucherCampaignGroup from a JSON stringwt_employee_create_static_voucher_campaign_group_instance=WTEmployeeCreateStaticVoucherCampaignGroup.from_json(json)
# print the JSON string representation of the objectprintWTEmployeeCreateStaticVoucherCampaignGroup.to_json()
# convert the object into a dictwt_employee_create_static_voucher_campaign_group_dict=wt_employee_create_static_voucher_campaign_group_instance.to_dict()
# create an instance of WTEmployeeCreateStaticVoucherCampaignGroup from a dictwt_employee_create_static_voucher_campaign_group_form_dict=wt_employee_create_static_voucher_campaign_group.from_dict(wt_employee_create_static_voucher_campaign_group_dict)