From T, pick a set of properties whose keys are in the union K
| Name | Type | Description | Notes |
|---|---|---|---|
| nickname | str | ||
| destination_url | str |
from wallet.models.pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id import PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID
# TODO update the JSON string below
json = "{}"
# create an instance of PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID from a JSON string
pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_instance = PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.from_json(json)
# print the JSON string representation of the object
print PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.to_json()
# convert the object into a dict
pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_dict = pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_instance.to_dict()
# create an instance of PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID from a dict
pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_form_dict = pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id.from_dict(pick_wt_merchant_url_update_exclude_keyof_wt_merchant_url_update_url_id_dict)