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
frompdf_generator_api_client.models.promote_template_version200_responseimportPromoteTemplateVersion200Response# TODO update the JSON string belowjson="{}"# create an instance of PromoteTemplateVersion200Response from a JSON stringpromote_template_version200_response_instance=PromoteTemplateVersion200Response.from_json(json)
# print the JSON string representation of the objectprint(PromoteTemplateVersion200Response.to_json())
# convert the object into a dictpromote_template_version200_response_dict=promote_template_version200_response_instance.to_dict()
# create an instance of PromoteTemplateVersion200Response from a dictpromote_template_version200_response_from_dict=PromoteTemplateVersion200Response.from_dict(promote_template_version200_response_dict)