Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.14 KB

File metadata and controls

41 lines (32 loc) · 2.14 KB

PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId

From T, pick a set of properties whose keys are in the union K

Properties

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

Example

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)

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