Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

TemplateStructureResponse

Prev Next

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
  • - 1 refers to the top-level category
createDate NesDateTime Required Creation time
name String Required Name of the template or category
isCategory Boolean Required Whether it is a category
  • true | false
    • true: category
    • false: template
isUse Boolean Required Usage status
  • true | false
subCategoris List<TemplateStructureResponse> Optional Subcategory
templates List<TemplateStructureResponse> Optional Subtemplate