Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.9 KB

File metadata and controls

40 lines (31 loc) · 2.9 KB

PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs

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

Properties

Name Type Description Notes
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
is_over21_required bool

Example

from wallet.models.pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls import PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs

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

# convert the object into a dict
pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls_dict = pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls_instance.to_dict()
# create an instance of PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs from a dict
pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls_form_dict = pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls.from_dict(pick_ss_opt_in_list_create_params_exclude_keyof_ss_opt_in_list_create_params_employee_idor_opt_in_confirmed_media_urls_or_opt_out_confirmed_media_urls_dict)

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