Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.21 KB

File metadata and controls

43 lines (34 loc) · 2.21 KB

PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId

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

Properties

Name Type Description Notes
employee_id str
is_active bool
list_name str
phone_number_id str
estimated_messages_per_month int
opt_in_keyword str
opt_out_keyword str
opt_in_confirmed_response str
opt_out_confirmed_response str
opt_in_confirmed_customer_receives str
opt_out_confirmed_customer_receives str
opt_in_confirmed_media_urls List[str]
opt_out_confirmed_media_urls List[str]
is_over21_required bool

Example

from wallet.models.pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id import PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId

# TODO update the JSON string below
json = "{}"
# create an instance of PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId from a JSON string
pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id_instance = PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.from_json(json)
# print the JSON string representation of the object
print PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.to_json()

# convert the object into a dict
pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id_dict = pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id_instance.to_dict()
# create an instance of PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId from a dict
pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id_form_dict = pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id.from_dict(pick_ss_opt_in_list_update_params_exclude_keyof_ss_opt_in_list_update_params_id_dict)

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