You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromgateway_api_sdk.models.create_dur_request_publications_innerimportCreateDurRequestPublicationsInner# TODO update the JSON string belowjson="{}"# create an instance of CreateDurRequestPublicationsInner from a JSON stringcreate_dur_request_publications_inner_instance=CreateDurRequestPublicationsInner.from_json(json)
# print the JSON string representation of the objectprint(CreateDurRequestPublicationsInner.to_json())
# convert the object into a dictcreate_dur_request_publications_inner_dict=create_dur_request_publications_inner_instance.to_dict()
# create an instance of CreateDurRequestPublicationsInner from a dictcreate_dur_request_publications_inner_from_dict=CreateDurRequestPublicationsInner.from_dict(create_dur_request_publications_inner_dict)