TemplateExportRequestResponse
- Print
- PDF
TemplateExportRequestResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
This is the content of a template backup (JSON) download request.
Syntax
The syntax is as follows.
private Long sid;
private Long projectSid;
private NesDateTime requestUtc;
private NesDateTime completeUtc;
private String elapsedTime;
private TemplateBackupStatus statusCode;
private String downloadUrl;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
sid | Long | Required | Template JSON creation request ID |
projectSid | Long | Required | User project ID |
requestUtc | NesDateTime | Required | Creation request time |
completeUtc | NesDateTime | Optional | File creation completion time |
elapsedTime | String | Optional | File creation run time |
statusCode | TemplateBackupStatus | Required | Creation request status |
downloadUrl | String | Optional | Download URL for the created file |
Was this article helpful?