From T, pick a set of properties whose keys are in the union K
| Name | Type | Description | Notes |
|---|---|---|---|
| title | str | ||
| order_number | int | ||
| body | str | ||
| url | str | ||
| media_url | str | [optional] | |
| published_date | datetime | [optional] |
from wallet.models.pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id import PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId
# TODO update the JSON string below
json = "{}"
# create an instance of PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId from a JSON string
pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id_instance = PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.from_json(json)
# print the JSON string representation of the object
print PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.to_json()
# convert the object into a dict
pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id_dict = pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id_instance.to_dict()
# create an instance of PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId from a dict
pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id_form_dict = pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id.from_dict(pick_wt_news_article_update_params_exclude_keyof_wt_news_article_update_params_id_dict)