From T, pick a set of properties whose keys are in the union K
| Name | Type | Description | Notes |
|---|---|---|---|
| title | str | ||
| value_type | PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType | ||
| payment_design_id | str | ||
| max_uses | int | ||
| discount_value | int |
from wallet.models.pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id import PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID
# TODO update the JSON string below
json = "{}"
# create an instance of PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID from a JSON string
pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id_instance = PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.from_json(json)
# print the JSON string representation of the object
print PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.to_json()
# convert the object into a dict
pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id_dict = pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id_instance.to_dict()
# create an instance of PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID from a dict
pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id_form_dict = pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id.from_dict(pick_vs_advertisement_credit_create_params_exclude_keyof_vs_advertisement_credit_create_params_employee_id_dict)