From T, pick a set of properties whose keys are in the union K
| Name | Type | Description | Notes |
|---|---|---|---|
| message_footer | str | ||
| help_response | str | ||
| stop_response | str | ||
| company_name | str | ||
| privacy_policy_url | str | ||
| terms_of_service_url | str | ||
| help_desk_keyword | str | ||
| help_desk_queue_response | str | ||
| is_connected_to_watson | bool | ||
| watson_conversation_workplace_id | str | ||
| watson_username | str | ||
| watson_password | str |
from wallet.models.pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id import PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId
# TODO update the JSON string below
json = "{}"
# create an instance of PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId from a JSON string
pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id_instance = PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.from_json(json)
# print the JSON string representation of the object
print PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.to_json()
# convert the object into a dict
pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id_dict = pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id_instance.to_dict()
# create an instance of PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId from a dict
pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id_form_dict = pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id.from_dict(pick_ss_mobile_number_update_params_exclude_keyof_ss_mobile_number_update_params_id_dict)