Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.85 KB

File metadata and controls

35 lines (26 loc) · 1.85 KB

PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId

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

Properties

Name Type Description Notes
title str
order_number int
body str
url str
media_url str [optional]
published_date datetime [optional]

Example

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)

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