| Name | Type | Description | Notes |
|---|
| name | str | Name for the copied template. If name is not specified then the original name is used. | [optional] |
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]