---
title: "Section"
slug: "common-apidatatype-cssection"
updated: 2026-07-23T09:04:15Z
published: 2026-07-23T09:04:15Z
canonical: "api.ncloud-docs.com/common-apidatatype-cssection"
---

> ## 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.

# Section

Classic/VPC 환경에서 이용 가능합니다.

검색하고자 하는 대상의 필드입니다.

## 구문

구문은 다음과 같습니다.

```
private String name;
private DocProperty docProperties;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `name` | String | Required | 섹션 이름 - 3~20자로 영문자, 숫자, 특수 문자 '_'를 허용하며 영문자 또는 특수 문자 '_'로 시작해야 함 |
| `docProperties` | [DocProperty](/docs/common-apidatatype-csdocproperty) | Optional | 섹션 정보 |
