Classic/VPC環境で利用できます。
テンプレート構造の照会内容です。
構文
構文は次の通りです。
private Long sid;
private Long parentSid;
private NesDateTime createDate;
private String name;
private Boolean isCategory;
private Boolean isUse;
private List subCategoris;
private List templates;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
sid |
Long | Required | テンプレートまたはカテゴリの SID |
parentSid |
Long | Required | 親カテゴリ SID
|
createDate |
NesDateTime | Required | 作成時間 |
name |
String | Required | テンプレートまたはカテゴリの名前 |
isCategory |
Boolean | Required | カテゴリかどうか
|
isUse |
Boolean | Required | 使用有無
|
subCategoris |
List<TemplateStructureResponse> | Optional | 下位カテゴリ |
templates |
List<TemplateStructureResponse> | Optional | 下位テンプレート |