Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.81 KB

PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.md

File metadata and controls

33 lines (24 loc) · 1.81 KB

PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId

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

Example

from wallet.models.pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id import PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId

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

# convert the object into a dict
pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id_dict = pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id_instance.to_dict()
# create an instance of PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId from a dict
pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id_form_dict = pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id.from_dict(pick_ss_imported_list_update_params_exclude_keyof_ss_imported_list_update_params_id_dict)

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