Available in Classic and VPC
This is the content of the template structure query.
Syntax
The syntax is as follows.
private Long sid;
private Long parentSid;
private NesDateTime createDate;
private String name;
private Boolean isCategory;
private Boolean isUse;
private List subCategoris;
private List templates;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
sid |
Long | Required | SID of the template or category |
parentSid |
Long | Required | Parent category's SID
|
createDate |
NesDateTime | Required | Creation time |
name |
String | Required | Name of the template or category |
isCategory |
Boolean | Required | Whether it is a category
|
isUse |
Boolean | Required | Usage status
|
subCategoris |
List<TemplateStructureResponse> | Optional | Subcategory |
templates |
List<TemplateStructureResponse> | Optional | Subtemplate |