Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.03 KB

File metadata and controls

29 lines (20 loc) · 1.03 KB

CopyTemplateRequest

Properties

NameTypeDescriptionNotes
namestrName for the copied template. If name is not specified then the original name is used.[optional]

Example

frompdf_generator_api_client.models.copy_template_requestimportCopyTemplateRequest# TODO update the JSON string belowjson="{}"# create an instance of CopyTemplateRequest from a JSON stringcopy_template_request_instance=CopyTemplateRequest.from_json(json)
# print the JSON string representation of the objectprint(CopyTemplateRequest.to_json())
# convert the object into a dictcopy_template_request_dict=copy_template_request_instance.to_dict()
# create an instance of CopyTemplateRequest from a dictcopy_template_request_from_dict=CopyTemplateRequest.from_dict(copy_template_request_dict)

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